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

Function Use

fixtures/view-transition/src/components/NestedReveal.js:7–10  ·  view source on GitHub ↗
({useable})

Source from the content-addressed store, hash-verified

5}
6
7function Use({useable}) {
8 use(useable);
9 return null;
10}
11
12let delay1;
13let delay2;

Callers

nothing calls this directly

Calls 1

useFunction · 0.90

Tested by

no test coverage detected