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

Function Owner

packages/react-devtools-shared/src/__tests__/store-test.js:137–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135
136 let Dynamic = null;
137 const Owner = () => {
138 Dynamic = <Child />;
139 readValue(promise);
140 };
141 const Parent = () => {
142 return Dynamic;
143 };

Callers

nothing calls this directly

Calls 1

readValueFunction · 0.70

Tested by

no test coverage detected