jpsierens / webpack-react-redux

A boilerplate for playing around with react, redux and react-router with the help of webpack.
MIT License
599 stars 196 forks source link

Warning: [react-router] You cannot change <Router routes> warning on file change #10

Closed wonbyte closed 7 years ago

wonbyte commented 7 years ago

When I follow your example and change the "Filter Table" text in App.js to just "Filter" I notice a warning in the console: Warning: [react-router] You cannot change ; it will be ignored. I think it has to do with either the routes or the store getting re-rendered in Root by hot-reloading

GabeDuarteM commented 7 years ago

+1, this is happening with me too

wonbyte commented 7 years ago

See the comment here. Looks like it's an issue with React-Router https://github.com/gaearon/react-hot-loader/issues/454

jpsierens commented 7 years ago

Thanks @wonbyte !