()
| 20420 | } |
| 20421 | |
| 20422 | function resetHydrationState() { |
| 20423 | |
| 20424 | hydrationParentFiber = null; |
| 20425 | nextHydratableInstance = null; |
| 20426 | isHydrating = false; |
| 20427 | } |
| 20428 | |
| 20429 | var ReactCurrentOwner$1 = ReactSharedInternals.ReactCurrentOwner; |
| 20430 | var didReceiveUpdate = false; |
no outgoing calls
no test coverage detected