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
Was using this (lovely!) example to implement using redux-simple-router, but I couldn't figure out why the devtools weren't working for route change undo/redos:
After some digging around, it seems that the jump from 0.0.8 to 0.0.10 breaks things.
Here's devtools' picture of the state changes in 0.0.8:
And here's the same thing for 0.0.10:
The addition of changeId is what sticks out to me, but I'm not sure why that breaks state undo/redo via devTools, which is supposed to be operating directly on the store.
I'm still stuck scratching my head on how to unbreak this. Any hints on what needs changing?
The text was updated successfully, but these errors were encountered:
Was using this (lovely!) example to implement using redux-simple-router, but I couldn't figure out why the devtools weren't working for route change undo/redos:
After some digging around, it seems that the jump from
0.0.8
to0.0.10
breaks things.Here's devtools' picture of the state changes in 0.0.8:
And here's the same thing for 0.0.10:
The addition of
changeId
is what sticks out to me, but I'm not sure why that breaks state undo/redo via devTools, which is supposed to be operating directly on the store.I'm still stuck scratching my head on how to unbreak this. Any hints on what needs changing?
The text was updated successfully, but these errors were encountered: