FormidableLabs / redux-little-router

A tiny router for Redux that lets the URL do the talking.
MIT License
1.04k stars 113 forks source link

Url changes, but component doesn't change on push. Correct component shows up on refresh with correct url. #293

Closed liowalex closed 5 years ago

liowalex commented 5 years ago

I was able to find out the root cause of this problem. Seems like some issue with the new react redux versions.

Issue manifests with these versions:

redux = 4.0.x;
react-redux = 5.1.x;
redux-thunk = 2.3.x;
react = 16.3.x;

but not with these versions:

react = 15.6.x;
redux = 3.7.x;
react-redux = 5.0.x;
redux-thunk = 2.2.x;
parkerziegler commented 5 years ago

As of December 10, 2018, this project is no longer under active maintenance and we will no longer be moving forward with issue requests. Thank you for helping to make redux-little-router better!