MCPcopy Index your code
hub / github.com/react/react / detachTracker

Function detachTracker

packages/react-dom-bindings/src/client/inputValueTracking.js:35–37  ·  view source on GitHub ↗
(node: ElementWithValueTracker)

Source from the content-addressed store, hash-verified

33}
34
35function detachTracker(node: ElementWithValueTracker) {
36 node._valueTracker = null;
37}
38
39function getValueFromNode(node: HTMLInputElement): string {
40 let value = '';

Callers 1

stopTrackingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected