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

Function track

code/styling/public/app.js:3810–3817  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

3808}
3809
3810function track(node) {
3811 if (getTracker(node)) {
3812 return;
3813 }
3814
3815 // TODO: Once it's just Fiber we can move this to node._wrapperState
3816 node._valueTracker = trackValueOnNode(node);
3817}
3818
3819function updateValueIfChanged(node) {
3820 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