Skip to content

fix(types): loosen greedy aria${string} type - #6880

Merged
johnjenkins merged 2 commits into
mainfrom
fix-remove-greedy-aria-type
Sep 10, 2026
Merged

fix(types): loosen greedy aria${string} type#6880
johnjenkins merged 2 commits into
mainfrom
fix-remove-greedy-aria-type

Conversation

@johnjenkins

@johnjenkins johnjenkins commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

What is the current behavior?

GitHub Issue Number: #6854

What is the new behavior?

Fixes #6854

Removes the greedy aria${string} property type from DOMAttributes, instead utilises lib.dom.d.ts's ARIAMixin; the finite set of real camelCase WAI-ARIA IDL property names (ariaLabel, ariaChecked, etc.)

Documentation

Does this introduce a breaking change?

  • Yes
  • No

Testing

Other information

@johnjenkins
johnjenkins requested a review from a team as a code owner September 10, 2026 21:59
@johnjenkins
johnjenkins merged commit 3d0371e into main Sep 10, 2026
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: cannot pass an object to a required prop named aria from JSX since 4.44.0

1 participant