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.

Hot-reload fails if exception was thrown during linking of dep modules

See original GitHub issue

Demonstration

https://codesandbox.io/s/sad-curran-my4dg?file=/index.js

Expected Behavior

System.delete() could delete the parent module.

Actual Behavior

System.delete() could not delete the parent module.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (4 by maintainers)

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

Hot reloading shouldn't stop after an error · Issue #1078 - GitHub
React Hot Loader seems like it is working just fine until it tries to hot reload something with an error. For example, adding...
Read more >
Webpack giving an error when hot-reloading my react app
Just try to delete the node_modules and packages. lock. json folder and install it again. Then check if the error exist, if it...
Read more >
react-hot-loader - npm
React-Hot-Load will throw an error, asking you to use the old API, if such incompatibility would be detected. It is almost the same, ......
Read more >
rollup.js
This will not throw an error if one of the entry point files is not available. Instead, it will wait until all files...
Read more >
Shadow CLJS User's Guide
If you find an error, please submit a PR to fix it, ... When enabled the watch will also hot-reload your code and...
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