mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
8a8df5dbdd
`fragmentInstance.dispatchEvent(evt)` calls `element.dispatchEvent(evt)` on the fragment's host parent. This mimics bubbling if the `fragmentInstance` could receive an event itself. If the parent is disconnected, there is a dev warning and no event is dispatched.