-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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 18.3 - new console warnings #10099
Comments
This is fixed for the next release, planned for tomorrow. Until then you can downgrade to React 18.2 which does not have this warning |
@slorber thank you for the fast response. In this case please feel free to close this issue. No worries. These things happen in this fast evolving landscape. But tomorrow it'll be fixed.. Promise? No Backsies 🤣 |
Yes it will be fixed today, working on it right now. (#10101) Note you are using Chrome 89, a quite old version that's probably why StackBlitz does not work.
I am unable to reproduce this warning and did not do anything to fix it. If you can still reproduce it, please tell me the exact steps, including how you run Docusaurus and which page exactly you see the error on (including how you opened that page, between a browser page load or a navigation action). This issue does not contain those details atm but they are important to figure out problems. |
@slorber thx for the update. I can confirm that most warnings are gone on v3.3.0 ❤️. I still get this warning I'll try to reproduce it on a clean MVP project and send you the github repo if I can reproduce it there. Thanks so far. Super helpful. |
@slorber
If it helps, I can upload the repo but the steps above should be super clear and probably just as easy as cloning a repo with those adjustments already in place. |
@slorber BTW. I am not using v89 of chrome 🤣 that is the example that was provided by your issue template. I just added v20 of Node after the colon and did not mention the chrome version at all as it was irrelevant to this issue.
I guess you are referring to this Maybe it is wiser to put the example text in an HTML comment instead of parentheses, to prevent this misunderstanding in future bug reports. |
https://github.com/pixelass/docusaurus-bug-report-000001 MVP reproduction for the issue on hot-reloading You can just do the following:
|
THanks yes, I can reproduce now. I'll have to publish a v3.3.1 soon then 😅 |
Apparently this warning was also there in v18.2 😅 Will be fixed in v3.3.1 thanks to #10103 |
Community is everything 😄 |
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
When I look at the console I am spammed with warnings on a fresh install of docusaurus.
Am I missing something?
I also tried Repro but that also does not work.
Reproducible demo
I would love to but your repros don't work
Steps to reproduce
npx create-docusaurus@latest documentation classic
Expected behavior
Console should not war about Loadable component and
ReactDOMClient.createRoot()
Actual behavior
The console is spammed with warnings
Your environment
Self-service
The text was updated successfully, but these errors were encountered: