mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
cbbc2b6c4d
* [Synchronous Suspense] Suspending a class outside concurrent mode When a class component suspends during mount outside concurrent mode, change the tag so it's not mistaken for a completed component. For example, we should not call componentWillUnmount if it is deleted. * PR nits