mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
8cc2b728f05df0efc28df106b21c3b3b90cc142e
alwaysThrottleDisappearingFallbacks Flag (#28550)
## Summary
Creates a new `alwaysThrottleDisappearingFallbacks` feature flag that
gates the changes from https://github.com/facebook/react/pull/26802
(instead of being controlled by `alwaysThrottleRetries`). The values of
this new flag mirror the current values of `alwaysThrottleRetries` such
that there is no behavior difference.
This additional feature flag allows us to incrementally validate the
change (arguably bug fix) from
https://github.com/facebook/react/pull/26802 independently from
`alwaysThrottleRetries`.
## How did you test this change?
```
$ yarn test
$ yarn flow dom-browser
$ yarn flow dom-fb
$ yarn flow fabric
```
DiffTrain build for [0aab065eb3](https://github.com/facebook/react/commit/0aab065eb3250a9714a62dc05587cbb571da7f71)
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%