mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
b3af02a3cd
This traverses parent based on the type of internal instance it is passed. If it is a Fiber it may have to traverse multiple steps until it finds a HostComponent. This will allow us to use the event system with Fiber.