vercel / next.js

The React Framework
https://nextjs.org
MIT License
121.28k stars 25.95k forks source link

Provide non-dynamic segments to catch-all parallel routes #65233

Closed agadzik closed 2 weeks ago

agadzik commented 2 weeks ago

Fixes an issue with https://github.com/vercel/next.js/pull/65063 where the catch-all param only contains dynamic segments and is missing non-dynamic route segments.

This makes building breadcrumbs extremely hard as we're missing information to properly render the correct breadcrumb components.

This fix makes parallel route catch-all params behave like the standard catch-all params in non-parallel routes

ijjk commented 2 weeks ago

Allow CI Workflow Run

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

ijjk commented 2 weeks ago

Allow CI Workflow Run

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

ijjk commented 2 weeks ago

Tests Passed