[PR #807] fix: stable client reference id #860

Open
opened 2026-05-06 13:10:30 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/cloudflare/vinext/pull/807
Author: @hyoban
Created: 4/9/2026
Status: 🔄 Open

Base: mainHead: 4-9-stable-layout


📝 Commits (5)

  • a9223b6 add test
  • 7693c17 code
  • 5edf6cc Revert "code"
  • c39839a Merge branch 'cloudflare:main' into 4-9-stable-layout
  • d37d6c3 Merge branch 'cloudflare:main' into 4-9-stable-layout

📊 Changes

5 files changed (+138 additions, -0 deletions)

View changed files

tests/e2e/app-router/nextjs-compat/layout-search-params.spec.ts (+60 -0)
tests/fixtures/app-basic/app/nextjs-compat/layout-search-params/[id]/layout-shell.tsx (+42 -0)
tests/fixtures/app-basic/app/nextjs-compat/layout-search-params/[id]/layout.tsx (+17 -0)
tests/fixtures/app-basic/app/nextjs-compat/layout-search-params/[id]/page.tsx (+14 -0)
tests/fixtures/app-basic/app/nextjs-compat/layout-search-params/layout.tsx (+5 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cloudflare/vinext/pull/807 **Author:** [@hyoban](https://github.com/hyoban) **Created:** 4/9/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `4-9-stable-layout` --- ### 📝 Commits (5) - [`a9223b6`](https://github.com/cloudflare/vinext/commit/a9223b6ed9d6a51464f7ee9cd42924ed600f8b42) add test - [`7693c17`](https://github.com/cloudflare/vinext/commit/7693c176efc002236d8af9c94543c633e99efc62) code - [`5edf6cc`](https://github.com/cloudflare/vinext/commit/5edf6cc7ba0bb88582ec8a7b201930d23539bb84) Revert "code" - [`c39839a`](https://github.com/cloudflare/vinext/commit/c39839a7f07f78d699fd112b1299e8d75648d813) Merge branch 'cloudflare:main' into 4-9-stable-layout - [`d37d6c3`](https://github.com/cloudflare/vinext/commit/d37d6c36af53a9a51805500105eba1f34af1e2fd) Merge branch 'cloudflare:main' into 4-9-stable-layout ### 📊 Changes **5 files changed** (+138 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `tests/e2e/app-router/nextjs-compat/layout-search-params.spec.ts` (+60 -0) ➕ `tests/fixtures/app-basic/app/nextjs-compat/layout-search-params/[id]/layout-shell.tsx` (+42 -0) ➕ `tests/fixtures/app-basic/app/nextjs-compat/layout-search-params/[id]/layout.tsx` (+17 -0) ➕ `tests/fixtures/app-basic/app/nextjs-compat/layout-search-params/[id]/page.tsx` (+14 -0) ➕ `tests/fixtures/app-basic/app/nextjs-compat/layout-search-params/layout.tsx` (+5 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vinext#860
No description provided.