We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think it would be beneficial to have some way to have virtualize handle keys from virtual-dom (https://github.com/Matt-Esch/virtual-dom/blob/master/virtual-hyperscript/README.md#key).
Maybe we can use a non-standard HTML attribute (such as key="someKey") and create the node with the attribute.
key="someKey"
I'm happy to make a PR for whatever people are happy with, I just think something like this would be helpful!
The text was updated successfully, but these errors were encountered:
+ hooks 👍
+
Sorry, something went wrong.
No branches or pull requests
I think it would be beneficial to have some way to have virtualize handle keys from virtual-dom (https://github.com/Matt-Esch/virtual-dom/blob/master/virtual-hyperscript/README.md#key).
Maybe we can use a non-standard HTML attribute (such as
key="someKey"
) and create the node with the attribute.I'm happy to make a PR for whatever people are happy with, I just think something like this would be helpful!
The text was updated successfully, but these errors were encountered: