Skip to content
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

is in element attributes/props counts as custom element #348

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

titoBouzout
Copy link
Contributor

@titoBouzout titoBouzout commented Sep 6, 2024

It adds a few checks for is in attributes/props to mark the element as a custom element.

fixes solidjs/solid#2122
still there's a need to take into account spreads

@titoBouzout titoBouzout marked this pull request as ready for review September 6, 2024 16:38
@trusktr
Copy link
Contributor

trusktr commented Sep 8, 2024

I think its fine to get this in without supporting spreads, solidjs/solid#2122 (comment).

@ryansolid ryansolid merged commit 2f4123f into ryansolid:main Sep 9, 2024
2 checks passed
@ryansolid
Copy link
Owner

Thanks

ryansolid pushed a commit that referenced this pull request Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom elements using is not recognized as custom elements
3 participants