MCPcopy
hub / github.com/facebook/react / stopTracking

Function stopTracking

packages/react-dom-bindings/src/client/inputValueTracking.js:111–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 currentValue = '' + value;
110 },
111 stopTracking() {
112 detachTracker(node);
113 delete node[valueField];
114 },
115 };
116 return tracker;
117}

Callers

nothing calls this directly

Calls 2

detachTrackerFunction · 0.85
getTrackerFunction · 0.85

Tested by

no test coverage detected