Remove redundant __DEV__ condition (#32810)
It used to be that in `__DEV__` we wrapped this `renderWithHooks`, `checkDidRenderIdHook` pair in calls to `setIsRendering()`. However, that dev-only bookkeeping was removed in https://github.com/facebook/react/pull/29206 leaving this redundant check which runs identical code in dev and in prod. ## Test Plan * Manually confirm both cases are the same * GitHub CI tests
J
Jordan Eldredge committed
39cad7afc43fcbca1fd2e3a0d5b7706c8b237793
Parent: 1d6c816
Committed by GitHub <[email protected]>
on 4/11/2025, 9:39:36 PM