[Fiber/DevTools] Stop injecting findHostInstanceByFiber (#30519)
This is not used by DevTools since it has its own implementation of it. This function is getting removed since `findDOMNode` is getting removed so we shouldn't keep around extra bytes unnecessarily. There is also `findHostInstancesForRefresh` which should really be implemented on the `react-refresh` side. Not using an injection but that's a heavier lift and only affects `__DEV__`.
S
Sebastian Markbåge committed
bea5a2bc46cc95713392175c3c6307e49c14cd98
Parent: 3043e1a
Committed by GitHub <[email protected]>
on 7/30/2024, 12:05:14 AM