-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in event handler for "hidden::modal": "TypeError: Cannot read property 'template' of null" #1032
Comments
Thanks for the report.. We'll check into this. |
I've tried to mock this up, but I am not seeing the console error you are mentioning. Could you provide a full code example (or JSFiddle) that can reproduce this issue? |
Code example https://jsfiddle.net/7ztq8nzd/24/ |
Interesting... In firefox this error does not show, but it does in Chrome. |
PR #1024 may address this issue |
…side `v-if`'ed elements Prevents illegal invocation errors when tooltip inside `v-if`'ed elements. Fixes issue #1032
This should be fixed in latest release. |
Hi. I use tooltips in modals:
My component:
After change 'loading' variable on
true
,false
and calling hide method for modal, i get the error:Version 1.0.0. beta7
The text was updated successfully, but these errors were encountered: