Files
react/compiled-rn
sebmarkbage a3617011b8 [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__`.

DiffTrain build for commit https://github.com/facebook/react/commit/bea5a2bc46cc95713392175c3c6307e49c14cd98.
2024-07-29 17:12:31 -07:00
..