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

Function Loading

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

Source from the content-addressed store, hash-verified

487 // @reactVersion >= 18.0
488 it('should display Suspense nodes properly in various states', async () => {
489 const Loading = () => <div>Loading...</div>;
490 const never = new Promise(() => {});
491 const SuspendingComponent = () => {
492 readValue(never);
493 };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected