Skip to content

[pull] main from react:main - #649

Merged
pull[bot] merged 1 commit into
code:mainfrom
react:main
Aug 27, 2026
Merged

[pull] main from react:main#649
pull[bot] merged 1 commit into
code:mainfrom
react:main

Conversation

@pull

@pullpullBot commented Aug 27, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

`ToggleEvent` carries a `source` property pointing at the control that
opened or closed a popover, but `ToggleEventInterface` only lists
`newState` and `oldState`, so the synthetic event never copies it. An
`onToggle` handler reads `event.source` as `undefined` even when the
native event has it.
Adding `source` to the interface copies it off the native event the same
way `newState` and `oldState` are copied.
@pullpullBot locked and limited conversation to collaborators Aug 27, 2026
@pull
pullBot merged commit 29d9d31 into code:mainAug 27, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@lazerg