redux-persist-immutable
redux-persist-immutable copied to clipboard
Feat/support-immutable-4
This is a breaking change that attempts to provide support for Immutable v4 which was just released. However, the merge function was modified to ensure that objects could not be mutated. The tests in this repo seem to assume that mutation should be possible so I had to update the test to reflect the new usage. This is potentially breaking to any consumers of this repo that are relying on that feature
@rt2zz would love to work with you to get this change properly vetted and in. There's a lot of changes, but being able to support V4 will be very helpful as my team migrates. I know the current state is probably "not ideal"