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
{{ message }}
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
tippy.esm.js:741 Uncaught TypeError: Cannot read properties of undefined (reading 'apply')
at invokeHook (tippy.esm.js:741:1)
at unmount (tippy.esm.js:1523:1)
at tippy.esm.js:866:1
at HTMLDivElement.listener (tippy.esm.js:881:1)
invokeHook @ tippy.esm.js:741
unmount @ tippy.esm.js:1523
(anonymous) @ tippy.esm.js:866
listener @ tippy.esm.js:881
Additionally, if you have a trigger="click" popout and then you unmount the component whilst the popout is open, it causes the page to crash - though, I think this is related though as the error is similar.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you pass
undefined
to theonHidden
prop, then whenever the popout is unmounted it will throw an error.Additionally, if you have a
trigger="click"
popout and then you unmount the component whilst the popout is open, it causes the page to crash - though, I think this is related though as the error is similar.The text was updated successfully, but these errors were encountered: