()
| 7895 | return tag; |
| 7896 | } |
| 7897 | function updateRef() { |
| 7898 | return updateWorkInProgressHook().memoizedState; |
| 7899 | } |
| 7900 | function mountEffectImpl(fiberFlags, hookFlags, create, deps) { |
| 7901 | var hook = mountWorkInProgressHook(); |
| 7902 | currentlyRenderingFiber$1.flags |= fiberFlags; |
nothing calls this directly
no test coverage detected
searching dependent graphs…