-
Notifications
You must be signed in to change notification settings - Fork 801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Hooks reset" not working #1393
Closed
Labels
Comments
👍, could not resist so perfect issue. Looking into it right now... |
Founds issues:
Solutions:
|
😪🤭 |
4.12.18 has been released |
Amazing!! Thanks so much for fixing this so quickly—the Hooks Reset feature is a major time-saver. Cheers. |
This was referenced Aug 30, 2024
This was referenced Sep 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
First off, thanks so much for your tireless work on this project! This is the most essential dev tool I use.
In the README, it states:
Sounds amazing! This is exactly what I want. However, it doesn't seem to be doing this.
Expected behavior
I see in the source for
react-hot-loader
this promising line:But I never see that. I've also set a breakpoint on that line and it's never called.
Actual behavior
Changing hook order or adding/removing hooks results in the usual errors from React:
Environment
React Hot Loader version:
4.12.17
Run these commands in the project folder and fill in their results:
node -v
:v12.11.0
npm -v
:6.11.3
Then, specify:
10.15.1
80.0.3965.0
Reproducible Demo
Minimal project: https://github.com/nfarina/hooktest
The text was updated successfully, but these errors were encountered: