Redux-devtools-extension: Export/Import immutable structures

Created on 27 Apr 2016  路  2Comments  路  Source: zalmoxisus/redux-devtools-extension

Export/Import feature does not work with immutable structures.
Do you see adding a "deserialize state as immutable" a possibility for import?

enhancement

Most helpful comment

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.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dreszczyk picture dreszczyk  路  4Comments

MrSkinny picture MrSkinny  路  4Comments

scarlac picture scarlac  路  4Comments

zalmoxisus picture zalmoxisus  路  5Comments

michaelwalloschke picture michaelwalloschke  路  3Comments