Change8

v16.2.0-canary.63

📦 next-jsView on GitHub →
2 features🐛 4 fixes🔧 1 symbols

Summary

This release includes several core improvements, notably enabling `experimental.reactDebugChannel` by default and fixing issues related to prefetching and devtools reporting. It also updates the internal React version.

Migration Steps

  1. Replaced `testonly` with `testheadless` in AGENTS.md.

✨ New Features

  • Enabled `experimental.reactDebugChannel` by default.
  • Added `unstable_retry()` to error.js.

🐛 Bug Fixes

  • Fixed jest-haste-map warnings.
  • Fixed per-segment prefetching for initial loads with Cache Components.
  • Stopped sending codeframes for ignored frames in devtools.
  • Allowed `reset()` from user's global-error.

Affected Symbols