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

Function getNextHydratableSibling

docs/external/js/react-dom.development.js:7796–7798  ·  view source on GitHub ↗
(instance)

Source from the content-addressed store, hash-verified

7794 }
7795
7796 function getNextHydratableSibling(instance) {
7797 return getNextHydratable(instance.nextSibling);
7798 }
7799 function getFirstHydratableChild(parentInstance) {
7800 return getNextHydratable(parentInstance.firstChild);
7801 }

Calls 1

getNextHydratableFunction · 0.85

Tested by

no test coverage detected