MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / detachTracker

Function detachTracker

code/styling/public/app.js:3744–3746  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

3742}
3743
3744function detachTracker(node) {
3745 node._valueTracker = null;
3746}
3747
3748function getValueFromNode(node) {
3749 var value = '';

Callers 1

trackValueOnNodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected