()
| 22756 | (idStack[idStackIndex] = null); |
| 22757 | } |
| 22758 | function warnIfNotHydrating() { |
| 22759 | isHydrating || |
| 22760 | console.error( |
| 22761 | "Expected to be hydrating. This is a bug in React. Please file an issue." |
| 22762 | ); |
| 22763 | } |
| 22764 | function buildHydrationDiffNode(fiber, distanceFromLeaf) { |
| 22765 | if (null === fiber.return) { |
| 22766 | if (null === hydrationDiffRootDEV) |
no outgoing calls
no test coverage detected
searching dependent graphs…