Zack Story

Results 81 comments of Zack Story
trafficstars

code superficially looks correct. I apologize I am not sure beyond that and as I am not currently using immutable it is hard for me to take a look. If...

that is unfortunate. @rynbyjn what do you recommend for solving this at the lib level?

seems this might best be solved by making immutablejs a peer dep..

just published **4.3.0** with immutable as a peer dep and updated transit deps. Hopefully this helps the situation.

that is curious. If you figure out an alternative please post. Perhaps updating deps across the board will help.

this issue will likely be resolved by switching serialize libs https://github.com/rt2zz/redux-persist-transform-immutable/pull/25 Rolling this out however is non trivial since it will break backwards compat. We may need to ship it...

@elyonsaber did you install from github or npm? I would not expect you to see this issue related to this module unless the babelrc is included (we exlcude babelrc from...

Its not clear yet how we will handle immutable integration with redux-persist v5. Open to suggestion, but we want to wait to add the necessary hooks until the v5 api...

Nothing yet, but I will say this: a) redux-persist v4 works great for 95% of use cases, so no reason not to keep going with that. b) redux-persist v5 can...

No unfortunately that requires some fundamental changes (storing persistence state in.. state) and was a major motivation for v5 :) redux-persist-transform-immutable will still work, just not top level immutable :/