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

Function isSuspenseInstanceFallback

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

Source from the content-addressed store, hash-verified

7777 return instance.data === SUSPENSE_PENDING_START_DATA;
7778 }
7779 function isSuspenseInstanceFallback(instance) {
7780 return instance.data === SUSPENSE_FALLBACK_START_DATA;
7781 }
7782
7783 function getNextHydratable(node) {
7784 // Skip non-hydratable nodes.

Callers 1

findFirstSuspendedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected