MCPcopy Index your code
hub / github.com/microsoft/SandDance / diffHydratedText

Function diffHydratedText

docs/external/js/react-dom.development.js:6687–6690  ·  view source on GitHub ↗
(textNode, text)

Source from the content-addressed store, hash-verified

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);

Callers 1

hydrateTextInstanceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected