Plugin not working with react-hot-loader
See original GitHub issueHi, I tried to include your plugin in my app but I could not find a way. There is no error or something similar. When I try to raise an error on purpose nothing happens. I can only see the stack trace in the console.
Did you try with react-hot-loader
? Maybe I’'m missing something.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
react-hot-loader/Troubleshooting.md at master - GitHub
This file serves as a repository of common problems setting up React Hot Loader, and solutions to them. Know a problem? Feel free...
Read more >react-hot-loader and webpack not working - Stack Overflow
You're attempting to use v3 configuration whilst using the v1 package. You should upgrade your package to v3.
Read more >Getting Started · React Hot Loader - Dan gaearon
React Hot Loader is a plugin that allows React components to be live reloaded without the loss of state. It works with Webpack...
Read more >react-hot-loader - npm
Start using react-hot-loader in your project by running `npm i react-hot-loader`. There are 2697 other projects in the npm registry using ...
Read more >react-hot-loader | Yarn - Package Manager
Using React Hot Loader with React Native can cause unexpected issues (see #824) and is not recommended. Webpack plugin. We recommend using the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As I investigated so far, the issue is not because of react-hot-loader in particular. I’m using custom solution based on webpack-hot-middleware and error overlay only works if it’s entry included to entries list only after webpack-hot-middleware entry. Probably it could help with fixing the issue
Yes it is not supposed to work with this kind of behaviour.