mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
04bf10e6a9
This implements `getRootNode(options)` on fragment instances as the equivalent of calling `getRootNode` on the fragment's parent host node. The parent host instance will also be used to proxy dispatchEvent in an upcoming PR.