This repository was archived by the owner on May 23, 2018. It is now read-only.

Description
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