Commit Graph
1 Commits
Author SHA1 Message Date
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