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
We are aware that in principle this is solvable with React refs. However this would require all childs of the positioning portal to also forward the ref to the appropriate DOM element which would be quite a breaking change. Also we don't want to inject an additional <div /> as a wrapper because this brings opinion into styling.
For now we didn't find a good solution to this issue.
Hi I like the component, getting this warning however:
Warning: findDOMNode is deprecated in StrictMode
I think they want you to use refs, I see in the code you have marked is a difficult issue, I think it might be possible using this method:
https://stackoverflow.com/questions/29568721/getting-dom-node-from-react-child-element
The text was updated successfully, but these errors were encountered: