We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Yes
hmr, hot
node -v
npm -v
yarn --version
npm ls react-scripts
Then, specify:
cd whatever npm run start modify the Welcome to react text in an editor
(Write your steps here:)
create-react-app whatever
cd whatever
npm run start
The page should update without a full reload (eg it should HotReload).
If you look in the net tab its refreshing the page. You can also see it flicker as it reloads.
Something in the HMR stack isn't working correctly out of the box.
https://github.com/lukemcgregor/create-react-hmr-not-working
see instructions above
The text was updated successfully, but these errors were encountered:
Oh i just read this isnt supported, seems like a pretty important feature though
Sorry, something went wrong.
See #2304
No branches or pull requests
Is this a bug report?
Yes
Can you also reproduce the problem with npm 4.x?
Yes
Which terms did you search for in User Guide?
hmr, hot
Environment
node -v
: 8.3.0npm -v
: 4.6.1yarn --version
(if you use Yarn): 0.27.5npm ls react-scripts
(if you haven’t ejected): 1.0.14Then, specify:
Steps to Reproduce
(Write your steps here:)
create-react-app whatever
cd whatever
npm run start
Expected Behavior
The page should update without a full reload (eg it should HotReload).
Actual Behavior
If you look in the net tab its refreshing the page. You can also see it flicker as it reloads.
Something in the HMR stack isn't working correctly out of the box.
Reproducible Demo
https://github.com/lukemcgregor/create-react-hmr-not-working
see instructions above
The text was updated successfully, but these errors were encountered: