This repository has been archived by the owner on Jan 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 189
React Router Reloads Page on First Click #115
Labels
Comments
@mannynotfound have you solved this? |
@RickWong any guesses? |
@Anton-Aleksandrov No code = no idea. Sorry. |
@RickWong you've probably missed this in first message:
|
@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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 withkoa
,react-router
orwebpack
, 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! ✊
The text was updated successfully, but these errors were encountered: