-
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
"react hot loader got: ... in ..." #1169
Comments
This is from hot-renderer, when something went unpredictable, and after update XXX is not (new)XXX, but YYY. Memo vs SFC in this case. For the message is clear, but the formatting is not quite. Probably I should pick something more console friendly. |
In this case I’m not changing anything like memo to sfc just editing the
thing directly. Is it potentially a bug then?
|
Definitely. Could you parse a code around <SomeProvider>
<AndSomethingInsideProbablyMemoVersionOfChangeThemeByName/>
</SomeProvider> |
Confirmed. The issue is with React 16.7+, where |
There were 2 mistakes:
|
I'd like to debug this, but think first step is making this error message a bit more clear. I'm pretty confused what's happening and why. I'd be happy to add some messaging here once I can understand a bit.
Description
Getting this error:
What you are reporting:
Expected behavior
Should report why it's happening, steps to fix potentially, and show a bit better information.
Actual behavior
Imprecise message.
Environment
React Hot Loader version: 4.6.5
The text was updated successfully, but these errors were encountered: