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

Function detachTracker

code/new-context-api/public/app.js:3105–3107  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

3103}
3104
3105function detachTracker(node) {
3106 node._valueTracker = null;
3107}
3108
3109function getValueFromNode(node) {
3110 var value = '';

Callers 1

trackValueOnNodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected