Export/Import feature does not work with immutable structures.
Do you see adding a "deserialize state as immutable" a possibility for import?
Yes, we have deserializeState and deserializeAction functions, but need to implement them on the redux-devtools-instrument part or just in the injected script. I'll look into it.
Implemented in v1.3.0. See the API section for the details and an example of usage. Feel free to reopen the issue if you have any troubles with this.
Most helpful comment
Yes, we have
deserializeStateanddeserializeActionfunctions, but need to implement them on theredux-devtools-instrumentpart or just in the injected script. I'll look into it.