mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
8f812e75d6
## Summary This is a small refactor of `ReactFabricHostComponent` to remove unnecessary dependencies, unused methods and type definitions to simplify a larger refactor of the class in a following PR (https://github.com/facebook/react/pull/26321). ## How did you test this change? Existing unit tests.