Migrate interactive roots to mergeProps - #8299
Conversation
|
|
d8f07f6 to
d465c44
Compare
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 84a0d8ca-13d3-4cb2-ab24-18fa2d9a8a14
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 84a0d8ca-13d3-4cb2-ab24-18fa2d9a8a14
d465c44 to
0fe27ce
Compare
Part of the ADR-025 prop merging migration.
This PR updates a group of lower-volume selection and interactive-data components to merge component-authored and consumer-authored props through
mergeProps. The changes preserve existing refs, event ordering, consumer precedence, class names, and accessibility behavior while removing 43 findings from the migration report.Changelog
New
Changed
undefinedprecedence for Autocomplete overlay focus behavior.Removed
Rollout strategy
This is a behavior-preserving migration and does not change the public API, so no changeset is required.
Testing & Reviewing
@primer/reacttype-check pass.