Skip to content

hot reload not workingΒ #25

@chad-lp

Description

@chad-lp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions