-
Notifications
You must be signed in to change notification settings - Fork 141
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
Glimmer 2 DOMException for popover components #122
Labels
Comments
Glennvd
added a commit
to Glennvd/ember-tooltips
that referenced
this issue
Jan 31, 2017
Fix for sir-dunxalot#122 that also works for tooltip-on-element
LGTM @sir-dunxalot do you approve? |
Was that meant to be a comment on #176? If so, yes. |
haha yes it was |
Merged
Addressed in 2.11.1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With Ember 2.10, an exception is thrown if you are wrapping a popover component in an if block. It seems related to this issue:
yapplabs/ember-wormhole#66
We are getting around it by wrapping the popover- component in a div.
The text was updated successfully, but these errors were encountered: