-
Notifications
You must be signed in to change notification settings - Fork 29
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
key attribute #73
Comments
Nope, it should not:
|
This is not react and key have to be accessible somehow to be any useful, for example to use with |
|
And another thing to change in Completely removing
However some additional features are present, this could be one of them. Edit: |
Currently
key
attribute is silently skipped, shouldn't this be set as attribute or property or at least indataSet
?https://github.com/proteriax/jsx-dom/blob/a24e63e96836575ddf878a2a43263c7178c86db1/src/jsx-dom.ts#L135-L136
The text was updated successfully, but these errors were encountered: