mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
7c79b2d2e15f46e2c28b95a4a743b07e3c91dbce
## Summary
as we began [discussing
yesterday](https://github.com/facebook/react/pull/27056#discussion_r1253282784),
`SuspenseList` is not actually stable yet, and should likely be exported
with the `unstable_` prefix.
the conversation yesterday began discussing this in the context of the
fb-specific packages, but changing it there without updating everywhere
else leads to test failures, so here the change is made across packages.
## How did you test this change?
```
yarn flow dom-browser
yarn test
```
DiffTrain build for [eb2c2f7c2c](https://github.com/facebook/react/commit/eb2c2f7c2cf2652a168c2b433d2989131c69754b)
Please do not delete this branch
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%