MCPcopy Index your code
hub / github.com/caseywebdev/react-list / getNodeFromInstance

Function getNodeFromInstance

docs/index.js:4371–4375  ·  view source on GitHub ↗
(inst)

Source from the content-addressed store, hash-verified

4369 return null;
4370}
4371function getNodeFromInstance(inst) {
4372 var tag = inst.tag;
4373 if (5 === tag || 26 === tag || 27 === tag || 6 === tag) return inst.stateNode;
4374 throw Error(formatProdErrorMessage(33));
4375}
4376function getResourcesFromRoot(root) {
4377 var resources = root[internalRootNodeResourcesKey];
4378 resources ||

Callers 2

getInstIfValueChangedFunction · 0.85

Calls 1

formatProdErrorMessageFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…