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

Function warnForPropDifference

docs/index.js:35526–35536  ·  view source on GitHub ↗
(
      propName,
      serverValue,
      clientValue,
      serverDifferences
    )

Source from the content-addressed store, hash-verified

35524 );
35525 }
35526 function warnForPropDifference(
35527 propName,
35528 serverValue,
35529 clientValue,
35530 serverDifferences
35531 ) {
35532 serverValue !== clientValue &&
35533 ((clientValue = normalizeMarkupForTextOrAttribute(clientValue)),
35534 normalizeMarkupForTextOrAttribute(serverValue) !== clientValue &&
35535 (serverDifferences[propName] = serverValue));
35536 }
35537 function warnForExtraAttributes(
35538 domElement,
35539 attributeNames,

Callers 6

hydrateAttributeFunction · 0.85
hydrateBooleanAttributeFunction · 0.85
hydrateNumericAttributeFunction · 0.85
diffHydratedPropertiesFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…