MCPcopy Create free account
hub / github.com/caseywebdev/react-list / checkForUnmatchedText

Function checkForUnmatchedText

docs/index.js:15854–15857  ·  view source on GitHub ↗
(serverText, clientText)

Source from the content-addressed store, hash-verified

15852 .replace(NORMALIZE_NULL_AND_REPLACEMENT_REGEX, "");
15853}
15854function checkForUnmatchedText(serverText, clientText) {
15855 clientText = normalizeMarkupForTextOrAttribute(clientText);
15856 return normalizeMarkupForTextOrAttribute(serverText) === clientText ? !0 : !1;
15857}
15858function noop$1() {}
15859function setProp(domElement, tag, key, value, props, prevValue) {
15860 switch (key) {

Callers 2

completeWorkFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…