Zack Story

Results 81 comments of Zack Story
trafficstars

See the reademe, no pretenses here :dancer:

Good catch. It seems the most elegant solution is for redux-persist's `persistor.rehydrate` to detect if the incoming state is a string and deserialize accordingly.

This project is just a wrapper around https://github.com/glenjamin/transit-immutable-js I would say if you need ArrayNodeMap support, it would be best to file an issue there. Also I think the situation...

this library should be able to handle both interchangeably. It may require an `is immutable` check on the top level and fallback to normal reconciliation. PR welcome!

@oliverbienert that is odd, is `outline: null` part of initial state?

we use https://github.com/glenjamin/transit-immutable-js to serialize the immutable objects. Perhaps the error lies in there? I am not sure off the top of my head. Perhaps others will chime in with...

All good. That sounds strange, and from the outside I have no idea what is going on. If you find resolution please post back here

Firstly I agree, we should handle non-immutable state. As you mentioned this should be as simple as checking isIterable() in a couple of places in our operators. Secondly, I am...

Ah yes, I wish we had a better naming scheme around this. You probably want https://github.com/rt2zz/redux-persist-transform-immutable plugged in to vanilla redux-persist. In the near future I will add non-immutable top...