React Router Reloads Page on First Click
Hi there,
Was trying to use a modified version of this kit to set an isomorphic SPA but started encountering a problem where the page refreshed the first time I clicked a react-router Link component. Thought I had borked something, but I was able to re-produce on a fresh install only modifying the main page to have 2 links to different routes. Not sure if an issue with koa, react-router or webpack, currently investigating. You can see the error if you run my fork, and specifically the changes I made are here.
• Browsers Tested: Latest Chrome, Latest Firefox • Node version: 5.2.0 • Npm version: 3.3.12
Any help greatly appreciated, thanks! :fist:
@mannynotfound have you solved this?
@RickWong any guesses?
@anton-aleksandrov No code = no idea. Sorry.
@RickWong you've probably missed this in first message:
You can see the error if you run my fork, and specifically the changes I made are here.
@RickWong if this code is not what you mean, could you specify what exactly is not clear? i'll gladly provide more examples or will point on specific places in the provided code
I can confirm that I am seeing this same issue.