mhaagens/react-mobx-react-router4-boilerplate

Router not working?

kristiansorens opened this issue · 4 comments

Seems like the router is not working properly when I run it local? Clicking the links in the top-bar will change the url, but it will not change the view.

This happens after fresh install, nothing changed other than a minor dependency issue (missing file-loader).

Am I missing something?

I am experiencing this too. I think it has something to do with Provider from mobx-react, but I do not know for sure yet.

@awwilhelm let me know if you find a solution for this!

Should be fixed by d0fbe0b.
Please pull the latest version and let me know if it works again.

@mhaagens Sorry it took me a while to get back to you. It is working perfectly now! thanks!