Sheng Xiao
e2ed1813e1
chore: Using id in Skills and Hobbies
...
- Build skills, hobbies as an array of object with id as a unique key
2020-06-06 14:33:20 -07:00
Sheng
49cc1d8b25
Merge branch 'develop' into fix-move-remove
2020-06-06 13:15:45 -07:00
Sheng Xiao
0293ab6d5b
fix: Move and remove should match item by id
...
- Button does not respond to move and remove due to compare object instead of the id of the object
2020-06-06 13:11:05 -07:00
Sheng Xiao
882a0d5db7
fix: Reducer called twice due to use set on shallow copy of the state
...
- Using set on the shallow copy of the state object caused reducer called twice; reducer function should be pure; use deep copy of the state instead of shallow copy
2020-06-05 19:01:33 -07:00