(textNode, text)
| 6689 | return isDifferent; |
| 6690 | } |
| 6691 | function warnForUnmatchedText(textNode, text) { |
| 6692 | { |
| 6693 | warnForTextDifference(textNode.nodeValue, text); |
| 6694 | } |
| 6695 | } |
| 6696 | function warnForDeletedHydratableElement(parentNode, child) { |
| 6697 | { |
| 6698 | if (didWarnInvalidHydration) { |
no outgoing calls
no test coverage detected