MCPcopy Index your code
hub / github.com/react/react / getInstanceFromNode

Function getInstanceFromNode

packages/react-art/src/ReactFiberConfigART.js:570–572  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

568}
569
570export function getInstanceFromNode(node): null {
571 return null;
572}
573
574export function beforeActiveInstanceBlur(internalInstanceHandle: Object) {
575 // noop

Callers 2

containsNodeFunction · 0.90
findFiberRootForHostRootFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected