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 using a ref on a Vue component, useOnOutsidePress throws an error, because the Vue component doesn't have a method called contains. The function should check if element.value.$el exists.
The text was updated successfully, but these errors were encountered:
When using a
ref
on a Vue component, useOnOutsidePress throws an error, because the Vue component doesn't have a method calledcontains
. The function should check ifelement.value.$el
exists.The text was updated successfully, but these errors were encountered: