You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The themes module uses immutable.js. Mixed usage is blocking redux state persistence in #2754 since that section of the tree should be an immutable.js instance rather than a plain js object. When redux state is deserialized, you will see errors like the following:
Inspecting reduxStore.getState().themes shows:
The text was updated successfully, but these errors were encountered:
@ehg maybe bug is a little harsh for this one. Feel free to chime in on #2754 and comment on whether we should push for using immutable.js everywhere, allowing it on sub trees, or if we should stick with plain js objects. ;)
gwwar
changed the title
Framework: redux themes contains class instances
Framework: redux themes contains immutable.js objects
Jan 29, 2016
I went ahead and persisted the themes subtree in #2754, @ehg if you have time I'd appreciate some 👀 on if I got the schemas correct in the themes subtree.
The themes module uses immutable.js.
Mixed usage is blocking redux state persistence in #2754 since that section of the tree should be an immutable.js instance rather than a plain js object.When redux state is deserialized, you will see errors like the following:Inspecting
reduxStore.getState().themes
shows:The text was updated successfully, but these errors were encountered: