Cannot set data-* attribute on VirtualDOM.
Open
- Dominant language
- JavaScript
- Stars
- 1k
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I try to set data-\* attribute to element with no luck on [virtual-dom](https://github.com/Matt-Esch/virtual-dom)
For example:
This working:
``` js
hx`Next`
```
But this is not:
``` js
hx`Next`
```
I've googled and found this https://github.com/Matt-Esch/virtual-dom/blob/master/docs/vnode.md#custom-attributes-data-
which maybe related to my issue.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.