mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #941] [MERGED] Shim next/root-params #968
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#968
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/941
Author: @Divkix
Created: 4/28/2026
Status: ✅ Merged
Merged: 4/28/2026
Merged by: @james-elicx
Base:
main← Head:fix/806-shim-next-root-params📝 Commits (4)
3718738fix(app-router): shim next root params68a8755fix: address review feedback98e2280address review feedbackb48bb10test: update snapshots for root params cleanup change📊 Changes
9 files changed (+470 additions, -353 deletions)
View changed files
📝
packages/vinext/src/entries/app-rsc-entry.ts(+37 -52)📝
packages/vinext/src/index.ts(+36 -0)📝
packages/vinext/src/routing/app-router.ts(+26 -0)📝
packages/vinext/src/shims/request-state-types.ts(+1 -0)➕
packages/vinext/src/shims/root-params.ts(+40 -0)📝
packages/vinext/src/shims/unified-request-context.ts(+4 -1)📝
tests/__snapshots__/entry-templates.test.ts.snap(+228 -300)📝
tests/app-router.test.ts(+48 -0)📝
tests/routing.test.ts(+50 -0)📄 Description
Summary
next/root-paramsruntime exports based on App Router root layout params.Fixes #806
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.