Skip to content

Aria and data props do not generate the correct result #70

Closed
@ethul

Description

@ethul

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> }

Metadata

Metadata

Assignees

Labels

type: bugSomething that should function correctly isn't.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions