-
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
Remove "react-🔥-dom patch detected. You may use all the features." console messages #1173
Comments
Probably it's better to display a message like this when hot patch is not detected, as long as we rely on it. |
how to fix it then? |
The current version would display this message only if hot-patch is hot present.
Cos, you know, 16.6+ features really might not work, especially hooks. React-Hot-Loader is not very reliable thing and might ruin all DX with eeeeaaaasssyyyy 😭. We need some support from React side but have to inject it by ourselves. |
38b63cd |
@mohsinulhaq - you just linked a common in So - long story short - all the tests are passing with and without hot patch. Everything is about reducing WTF per minute. RHL is a hacky tool by nature - we are hacking things. |
Ok understood, so what do you think would be a proper solution? Does something need to change in react-dom officially? |
reactjs/rfcs#74 - but it's a bit stale. |
Hello :)
It would be nice if we could get rid of this message in the console too:
It's possible to silence all other console logs, but not this one :/
See
react-hot-loader/src/reactHotLoader.js
Line 118 in f15b108
What do you think?
The text was updated successfully, but these errors were encountered: