-
Notifications
You must be signed in to change notification settings - Fork 801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hot reload does not work for the components pass to React-Router V3 #592
Comments
zation
changed the title
Hot reload does not work for the components pass to React-Router
Hot reload does not work for the components pass to React-Router V3
Jun 20, 2017
React router v3 is not supported, if you want Hot Loader support, please use v4. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a project https://github.com/zation/react-admin-starter used React-Router 3.0.5 / react-hot-loader 3.0.0-beta.7. I found the hot reload does not work for all the components pass to React-Router, for example:
modules/account/containers/profile.js
. It only works for the nested components, for example:modules/account/components/profile-form.js
.Below is part of my webpack config:
Below is my .babelrc:
Below is my entry file:
For more details please check: https://github.com/zation/react-admin-starter . Thanks very much for your help!
The text was updated successfully, but these errors were encountered: