(textNode, text)
| 6685 | return updatePayload; |
| 6686 | } |
| 6687 | function diffHydratedText(textNode, text) { |
| 6688 | var isDifferent = textNode.nodeValue !== text; |
| 6689 | return isDifferent; |
| 6690 | } |
| 6691 | function warnForUnmatchedText(textNode, text) { |
| 6692 | { |
| 6693 | warnForTextDifference(textNode.nodeValue, text); |
no outgoing calls
no test coverage detected