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
See the error in the console index.js:829 Uncaught TypeError: d.current.contains is not a function
Running the docs locally, you will see this error: index.js:827 Uncaught TypeError: childElementRef.current.contains is not a function which occurs within the ClickOutsideListener function
The text was updated successfully, but these errors were encountered:
To recreate:
BottomSheet
componentindex.js:829 Uncaught TypeError: d.current.contains is not a function
Running the docs locally, you will see this error:
index.js:827 Uncaught TypeError: childElementRef.current.contains is not a function
which occurs within theClickOutsideListener
functionThe text was updated successfully, but these errors were encountered: