redux-persist-immutable icon indicating copy to clipboard operation
redux-persist-immutable copied to clipboard

Feat/support-immutable-4

Open Aghassi opened this issue 4 years ago • 1 comments

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

Aghassi avatar Oct 18 '21 22:10 Aghassi

@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"

Aghassi avatar Oct 18 '21 22:10 Aghassi