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

Function hydrateTextInstance

docs/external/js/react-dom.development.js:7816–7819  ·  view source on GitHub ↗
(textInstance, text, internalInstanceHandle)

Source from the content-addressed store, hash-verified

7814 return diffHydratedProperties(instance, type, props, parentNamespace, rootContainerInstance);
7815 }
7816 function hydrateTextInstance(textInstance, text, internalInstanceHandle) {
7817 precacheFiberNode(internalInstanceHandle, textInstance);
7818 return diffHydratedText(textInstance, text);
7819 }
7820 function getNextHydratableInstanceAfterSuspenseInstance(suspenseInstance) {
7821 var node = suspenseInstance.nextSibling; // Skip past all nodes within this suspense boundary.
7822 // There might be nested nodes so we need to keep track of how

Callers 1

Calls 2

precacheFiberNodeFunction · 0.85
diffHydratedTextFunction · 0.85

Tested by

no test coverage detected