(fiber)
| 6020 | rootOrSingletonContext = !1, |
| 6021 | HydrationMismatchException = Error(formatProdErrorMessage(519)); |
| 6022 | function throwOnHydrationMismatch(fiber) { |
| 6023 | var error = Error(formatProdErrorMessage(418, "")); |
| 6024 | queueHydrationError(createCapturedValueAtFiber(error, fiber)); |
| 6025 | throw HydrationMismatchException; |
| 6026 | } |
| 6027 | function prepareToHydrateHostInstance(fiber) { |
| 6028 | var instance = fiber.stateNode, |
| 6029 | type = fiber.type, |
no test coverage detected
searching dependent graphs…