question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Plugin not working with react-hot-loader

See original GitHub issue

Hi, 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:closed
  • Created 5 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
beshanoecommented, Aug 30, 2018

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

0reactions
gregbergecommented, Sep 4, 2018

Yes it is not supposed to work with this kind of behaviour.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found