rt2zz / redux-persist-immutable

Redux Persist Immutable
MIT License
114 stars 31 forks source link

Reducer cannot modify substate in 4.0.0 #13

Closed stuartleigh closed 7 years ago

stuartleigh commented 7 years ago

A simple typo fix, the check to see if the reducer has modified the substate does if (state.get('key') !== reducedState.get('key')) which is checking for a key of "key" instead of the actual key.

12

rt2zz commented 7 years ago

closed via #12