Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
35
function
detachTracker(node: ElementWithValueTracker) {
36
node._valueTracker = null;
37
}
38
39
function
getValueFromNode(node: HTMLInputElement): string {
40
let
value =
''
;
Callers
1
stopTracking
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected