(initialValue)
| 25392 | return tag; |
| 25393 | } |
| 25394 | function mountRef(initialValue) { |
| 25395 | var hook = mountWorkInProgressHook(); |
| 25396 | initialValue = { current: initialValue }; |
| 25397 | return (hook.memoizedState = initialValue); |
| 25398 | } |
| 25399 | function mountEffectImpl(fiberFlags, hookFlags, create, deps) { |
| 25400 | var hook = mountWorkInProgressHook(); |
| 25401 | currentlyRenderingFiber$1.flags |= fiberFlags; |
no test coverage detected
searching dependent graphs…