v16.3.0-canary.77
📦 next-jsView on GitHub →
🐛 1 fixes⚡ 1 deprecations🔧 2 symbols
Summary
This release focuses on miscellaneous improvements, including avoiding unnecessary validation rendering in development and fixing a SWC compression bug.
Migration Steps
- Update form handling examples to use SubmitEvent instead of FormEvent if targeting React 19.2.10+.
🐛 Bug Fixes
- Work around SWC compress bug.
Affected Symbols
⚡ Deprecations
- FormEvent is deprecated in favor of SubmitEvent in form handling examples (React 19.2.10+).