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
{{ message }}
This repository has been archived by the owner on May 23, 2018. It is now read-only.
If redux-router5 used as a part of immutable state it creates state updates, which contain plain JS objects.
It causes that you cant use immutable state.getIn(['route', 'params', 'paramName']) to get param's value from URL
Immutable router should handle state updates fully in immutable manner.
I will prepare PR to fix this, if it is found as a valid bug
The text was updated successfully, but these errors were encountered:
This package. Immutable state in redux should consist only from immutable Maps, Lists and so on. But here reducer from immutable folder sets plain JS objects into state. Creating PR, hope it will clarify this #13
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If redux-router5 used as a part of immutable state it creates state updates, which contain plain JS objects.
It causes that you cant use immutable state.getIn(['route', 'params', 'paramName']) to get param's value from URL
Immutable router should handle state updates fully in immutable manner.
I will prepare PR to fix this, if it is found as a valid bug
The text was updated successfully, but these errors were encountered: