MCPcopy Create free account
hub / github.com/Lobos/react-ui / uncacheNode

Function uncacheNode

docs/lib/react.js:7308–7314  ·  view source on GitHub ↗
(inst)

Source from the content-addressed store, hash-verified

7306}
7307
7308function uncacheNode(inst) {
7309 var node = inst._nativeNode;
7310 if (node) {
7311 delete node[internalInstanceKey];
7312 inst._nativeNode = null;
7313 }
7314}
7315
7316/**
7317 * Populate `_nativeNode` on each child of `inst`, assuming that the children

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…