The [aria and data](https://github.com/purescript-contrib/purescript-react/blob/fbdd2da3d5e1ccd48ae0d37bc0aa5947adbde065/src/React/DOM/Props.purs#L13-L17) props generate JS objects keyed by `aria` and `data`, respectively. However, the result should be of the form: ``` javascript { 'aria-<subprop key>': <subprop value> } ``` ``` javascript { 'data-<subprop key>': <subprop value> } ```