Open captainwooder opened 8 years ago
rudux-router 2.0.0 react-router : 2.5.2
currrent router's location.pathname: /home then click:
<Link to={{pathname:'/test/forfun'}}>ENJOY Expected Behavior
<Link to={{pathname:'/test/forfun'}}>ENJOY
router 's location.pathname: /test/forfun
router 's location.pathname: /home
I print the global state of the redux.But the state after clicking the Link don't have the corresponding route state.
Version
rudux-router 2.0.0 react-router : 2.5.2
Steps to reproduce
currrent router's location.pathname: /home then click:
router 's location.pathname: /test/forfun
Actual Behavior
router 's location.pathname: /home
I print the global state of the redux.But the state after clicking the Link don't have the corresponding route state.