- Fix edge case where a hook update wasn't memoized and improve hydration heuristic to prevent incorrect updates.
- Clear additional fiber fields on unmount for memory savings, fix required text field bug in Firefox, and prefer native Object.is when available.
- Scheduler (experimental) performance boost by switching its queue to a min binary heap, use a postMessage loop for timing, and resolve tearing issues in useSubscription.
Community impact
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.