We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a022dc9 commit 78b2829Copy full SHA for 78b2829
packages/react/index.classic.fb.js
@@ -17,7 +17,8 @@ export {
17
PureComponent,
18
StrictMode,
19
Suspense,
20
- SuspenseList as unstable_SuspenseList,
+ SuspenseList,
21
+ SuspenseList as unstable_SuspenseList, // TODO: Remove once call sights updated to SuspenseList
22
cloneElement,
23
createContext,
24
createElement,
packages/react/index.modern.fb.js
0 commit comments