You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use Dimmer from semantic-ui-react I get this warning:
Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of RefFindNode which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node
But as I see the problem with Dimmer was resolved years before: link.
So what's the root of warring and how to avoid it (except to stop using strict mode)?
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
When I use Dimmer from semantic-ui-react I get this warning:
Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of RefFindNode which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node
But as I see the problem with Dimmer was resolved years before: link.
So what's the root of warring and how to avoid it (except to stop using strict mode)?
Example:
React 18.2.0, Semantic-ui-react 2.1.4 Link to codesandbox.io](https://codesandbox.io/s/dimmer-in-strictmode-react-18-2-0-forked-9jn3jn)
I am not the only one who has had this issue either : https://stackoverflow.com/questions/75694953/semant
The text was updated successfully, but these errors were encountered: