MCPcopy
hub / github.com/facebook/react / preloadInstance

Function preloadInstance

packages/react-art/src/ReactFiberConfigART.js:607–610  ·  view source on GitHub ↗
(type, props)

Source from the content-addressed store, hash-verified

605}
606
607export function preloadInstance(type, props) {
608 // Return true to indicate it's already loaded
609 return true;
610}
611
612export function startSuspendingCommit() {
613 return null;

Callers 2

renderRootConcurrentFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected