-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Get the DOM of a component with tagName="" #13798
Comments
related: #12500 |
@sourvb looks like #12500 will add the support your looking for, thanks @miguelcobain |
@pixelhandler you can see in that issue that @wycats had some problems with adding that feature. |
Thanks @pixelhandler and @miguelcobain. Is there any alternative solution for this? |
@sourvb personally I do not use |
@sourvb see this comment, #4790 (comment) Which does answer your question…
Closing this for now. |
Hi,
I am setting tagName="" in my component. I cannot use any tagName, or else it will break the my page style. I want to access the DOM of that component. Using this.$() throws an error saying object not available for tagName=="". Is there any solution for this?
The text was updated successfully, but these errors were encountered: