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
Describe the bug usePortal with bindTo produces the following errors in React 18:
Warning: findDOMNode is deprecated and will be removed in the next major release. 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
Describe the bug
usePortal
withbindTo
produces the following errors in React 18:Warning: findDOMNode is deprecated and will be removed in the next major release. 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
Sandbox.
To Reproduce
Steps to reproduce the behavior:
findDOMNode
error in the console.Expected behavior
There shouldn't be an error when using
bindTo
.The text was updated successfully, but these errors were encountered: