Skip to content
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 not working #25

Open
chad-lp opened this issue May 29, 2017 · 2 comments
Open

hot reload not working #25

chad-lp opened this issue May 29, 2017 · 2 comments

Comments

@chad-lp
Copy link

chad-lp commented May 29, 2017

screen shot 2017-05-29 at 12 36 12

The following modules couldn't be hot updated: (Full reload needed) This is usually because the modules which have changed (and their parents) do not know how to hot reload themselves. See http://webpack.github.io/docs/hot-module-replacement-with-webpack.html for more details

to recreate:

  • run npm start
  • open localhost:3000 in browser and have dev tools open
  • edit file client/todos/components/Header.tsx (e.g. change placeholder on line 23 to be "new placeholder text")
  • save file
  • switch to browser
  • observe changes not applied. observe warning in console
@robMaher84
Copy link

+1

@fend25
Copy link

fend25 commented Nov 15, 2017

maybe this will fix:
gaearon/react-hot-loader#667

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants