(textNode, text)
| 10257 | return updatePayload; |
| 10258 | } |
| 10259 | function diffHydratedText(textNode, text) { |
| 10260 | var isDifferent = textNode.nodeValue !== text; |
| 10261 | return isDifferent; |
| 10262 | } |
| 10263 | function warnForUnmatchedText(textNode, text) { |
| 10264 | { |
| 10265 | warnForTextDifference(textNode.nodeValue, text); |
no outgoing calls
no test coverage detected