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

Function Never

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

Source from the content-addressed store, hash-verified

538 const Loading = () => <div>Loading...</div>;
539 const never = new Promise(() => {});
540 const Never = () => {
541 readValue(never);
542 };
543
544 const Wrapper = ({
545 suspendFirst = false,

Callers

nothing calls this directly

Calls 1

readValueFunction · 0.70

Tested by

no test coverage detected