mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
de68d2f4a2
To avoid GC pressure and accidentally hanging onto old trees Suspense boundary retries are now implemented in the commit phase. I used the Callback flag which was previously only used to schedule callbacks for Class components. This isn't quite semantically equivalent but it's unused and seemingly compatible.