()
| 12720 | } |
| 12721 | |
| 12722 | function resetHydrationState() { |
| 12723 | |
| 12724 | hydrationParentFiber = null; |
| 12725 | nextHydratableInstance = null; |
| 12726 | isHydrating = false; |
| 12727 | didSuspendOrErrorDEV = false; |
| 12728 | } |
| 12729 | |
| 12730 | function upgradeHydrationErrorsToRecoverable() { |
| 12731 | if (hydrationErrors !== null) { |
no outgoing calls
no test coverage detected
searching dependent graphs…