Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(linter/react): add a few more missing properties to no-unknown-property - #26572

Open
connorshea wants to merge 1 commit into
feat/react-19-3from
fix/react-transition-events
Open

fix(linter/react): add a few more missing properties to no-unknown-property#26572
connorshea wants to merge 1 commit into
feat/react-19-3from
fix/react-transition-events

Conversation

@connorshea

@connorshea connorshea commented Sep 11, 2026

Copy link
Copy Markdown
Member

Add onTransitionRun, onTransitionStart, and onTransitionCancel and its Capture variants in no-unknown-property

These were added in react/react#27345, after onTransitionEnd had been added previously.

AI Disclosure: Help from Claude Code to confirm the correctness and find the original PR.

…onTransitionCancel` in `no-unknown-property`

React has supported these transition events since 19.0 (react/react#27345), but the rule only knew `onTransitionEnd`.

Co-Authored-By: Claude Fable 5.1 <[email protected]>
@connorshea
connorshea added this pull request to stack #26573 September 11, 2026 22:54
@github-actions github-actions Bot added the A-linter Area - Linter label Sep 11, 2026
@connorshea
connorshea marked this pull request as ready for review September 11, 2026 22:56
@connorshea
connorshea requested a review from camc314 as a code owner September 11, 2026 22:56
@codspeed-hq

codspeed-hq Bot commented Sep 11, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 5 untouched benchmarks
⏩ 76 skipped benchmarks1


Comparing fix/react-transition-events (3599ded) with feat/react-19-3 (eb17a14)

Open in CodSpeed

Footnotes

  1. 76 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-linter Area - Linter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant