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

Function track

code/third-party/public/app.js:3043–3050  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

3041}
3042
3043function track(node) {
3044 if (getTracker(node)) {
3045 return;
3046 }
3047
3048 // TODO: Once it's just Fiber we can move this to node._wrapperState
3049 node._valueTracker = trackValueOnNode(node);
3050}
3051
3052function updateValueIfChanged(node) {
3053 if (!node) {

Callers 2

setInitialProperties$1Function · 0.70
diffHydratedProperties$1Function · 0.70

Calls 2

getTrackerFunction · 0.70
trackValueOnNodeFunction · 0.70

Tested by

no test coverage detected