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

Function findDOMNode

packages/react-dom/src/client/ReactDOMClient.js:43–47  ·  view source on GitHub ↗
(
  componentOrElement: component(...props: any),
)

Source from the content-addressed store, hash-verified

41}
42
43function findDOMNode(
44 componentOrElement: component(...props: any),
45): null | Element | Text {
46 return findHostInstance(componentOrElement);
47}
48
49// Expose findDOMNode on internals
50Internals.findDOMNode = findDOMNode;

Callers

nothing calls this directly

Calls 1

findHostInstanceFunction · 0.90

Tested by

no test coverage detected