Closed
Description
The aria and data props generate JS objects keyed by aria
and data
, respectively.
However, the result should be of the form:
{ 'aria-<subprop key>': <subprop value> }
{ 'data-<subprop key>': <subprop value> }
The aria and data props generate JS objects keyed by aria
and data
, respectively.
However, the result should be of the form:
{ 'aria-<subprop key>': <subprop value> }
{ 'data-<subprop key>': <subprop value> }