Files
react/compiled-rn
sebmarkbage e9cd841727 Use a shared noop function from shared/noop (#33154)
Stacked on #33150.

We use `noop` functions in a lot of places as place holders. I don't
think there's any real optimizations we get from having separate
instances. This moves them to use a common instance in `shared/noop`.

DiffTrain build for [21fdf308a1](https://github.com/facebook/react/commit/21fdf308a1a01af69c28c00a70086aa1bd4c2411)
2025-05-08 18:40:16 -07:00
..