Add a regression test for an infinite suspense + Fix (#27703)
Add a regression test for the [minimal repro](https://codesandbox.io/s/react-18-suspense-state-never-resolving-bug-hmlny5?file=/src/App.js) from @kassens And includes the fix from @acdlite: > This is another place we special-case Retry lanes to opt them out of expiration. The reason is we rely on time slicing to unwrap uncached promises (i.e. async functions during render). Since that ability is still experimental, and enableRetryLaneExpiration is Meta-only, we can remove the special case when enableRetryLaneExpiration is on, for now. --------- Co-authored-by: Andrew Clark <git@andrewclark.io>
T
Tianyu Yao committed
f193213d29e7fabf68b21951c4b96701aeaecbf8
Parent: a3aae7f
Committed by GitHub <noreply@github.com>
on 12/8/2023, 5:21:36 PM