MCPcopy Create free account
hub / github.com/microsoft/SandDance / warnForUnmatchedText

Function warnForUnmatchedText

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected