-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some state variable not reset properly when reused #22
Comments
@oliverbienert that is odd, is |
No, it's not. Initial state is this:
Then I have an action called |
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 similar issues. |
When I look at my state with the help of ReduxDevTools, the key in question seems to not exist, however when I debug my code, an immutable |
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 |
Hello,
I might have found a bug. I have the following redux tree:
After persisting, the second node also has 'outline' sub elements, but with a value of zero:
Can you help out?
Cheers Oliver
The text was updated successfully, but these errors were encountered: