-
Notifications
You must be signed in to change notification settings - Fork 7
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
Tooltip generates warnings in React StrictMode #610
Comments
No I think blueprintjs is still using those APIs in non legacy components and that should change in v6 |
More specifically: palantir/blueprint#5503 (comment) |
So we can't silence this warning in the mean time? |
This is noisy in NMRium and there's now a big risk to miss other warnings and errors in the console. |
Only options I see is contribute to blueprintjs to make it faster or use another tooltip component in the mean time. |
- Disable React StrictMode. - Do not pass `isOpen` to div. Refs: zakodium-oss/react-science#610
- Disable React StrictMode. - Do not pass `isOpen` to div. Refs: zakodium-oss/react-science#610
Add
strictMode: true
to.storybook/main.ts
And
npm run storybook
:The text was updated successfully, but these errors were encountered: