MCPcopy Create free account
hub / github.com/microsoft/SandDance / detachTracker

Function detachTracker

docs/external/js/react-dom.development.js:1816–1818  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

1814 }
1815
1816 function detachTracker(node) {
1817 node._valueTracker = null;
1818 }
1819
1820 function getValueFromNode(node) {
1821 var value = '';

Callers 1

trackValueOnNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected