Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erikras/react-hot-loader-problem

A demonstration of a problem (bug?) in react-hot-loader
https://github.com/erikras/react-hot-loader-problem

Last synced: about 1 month ago
JSON representation

A demonstration of a problem (bug?) in react-hot-loader

Awesome Lists containing this project

README

        

# Demonstration of React Hot Loader Problem

#[Issue #307](https://github.com/gaearon/react-hot-loader/issues/307)

```
npm install
npm start
```

If you run this and then change something in `Page.js`, it will not reload. Rather, it will give a

```
[HMR] 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.
```

error in the console.