-
Notifications
You must be signed in to change notification settings - Fork 127
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
Add ability not to treat every tag with -
in name as web component
#290
Comments
Are you using a universal renderer? Seems like you're trying to render non html elements and additionally you want to override the HTML spec for webcomponents for - to be something other than a custom element? I assume you'd only want to do this when building a custom renderer? For HTML you have inspector for easy debugging. |
No, I'm not using universal renderer. |
Dash in the name is necessary but not enough for browser to treat tag as custom element |
I tried to use custom tag names for better debugging, but solid treats them as web components, and, for example,
data-*
attribues don't work: https://playground.solidjs.com/anonymous/7c8c3bd2-59ed-49f1-bb5d-f86d8ed1df14I wish to have ability to disable this behaviour in babel options.
The text was updated successfully, but these errors were encountered: