()
| 8107 | dispatchSetStateInternal(formFiber, resetStateQueue, {}, requestUpdateLane()); |
| 8108 | } |
| 8109 | function useHostTransitionStatus() { |
| 8110 | return readContext(HostTransitionContext); |
| 8111 | } |
| 8112 | function updateId() { |
| 8113 | return updateWorkInProgressHook().memoizedState; |
| 8114 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…