next.js
ae840425 - Add snapshot test for parallel slot flight router state

Commit
29 days ago
Add snapshot test for parallel slot flight router state Tests the flight router state tree for parallel routes with @slot, capturing the discrepancy between turbopack and webpack: - Turbopack uses "(slot)" segment for direct @slot/page.tsx - Webpack uses "__PAGE__" segment for direct @slot/page.tsx - Both agree on "(slot)" for nested @slot/nested/page.tsx
Author
Parents
Loading