- Fix several Suspense bugs – fallback no longer remounts on each promise resolution, fallback stays hidden after load, and IE11 crash resolved
- Correct lazy component default props handling in lifecycle methods and error recovery during the complete phase
- Scheduler (Experimental) switched from deadline object to shouldYield API