mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
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#811
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/743
Author: @Divkix
Created: 4/1/2026
Status: ✅ Merged
Merged: 4/2/2026
Merged by: @james-elicx
Base:
main← Head:cleanup/post-pr-690-cleanup-test-helper-an-syntax-nit📝 Commits (1)
52b9aferefactor: extract shared waitForAppRouterHydration helper and apply ??= syntax📊 Changes
21 files changed (+148 additions, -252 deletions)
View changed files
📝
packages/vinext/src/shims/navigation.ts(+20 -22)📝
tests/e2e/app-router/form.spec.ts(+2 -5)📝
tests/e2e/app-router/instrumentation-client.spec.ts(+10 -13)📝
tests/e2e/app-router/layout-params.spec.ts(+3 -9)📝
tests/e2e/app-router/navigation-flows.spec.ts(+7 -16)📝
tests/e2e/app-router/navigation-regressions.spec.ts(+12 -18)📝
tests/e2e/app-router/navigation.spec.ts(+8 -18)📝
tests/e2e/app-router/nextjs-compat/actions-nav.spec.ts(+2 -8)📝
tests/e2e/app-router/nextjs-compat/actions-revalidate.spec.ts(+3 -9)📝
tests/e2e/app-router/nextjs-compat/dynamic.spec.ts(+6 -12)📝
tests/e2e/app-router/nextjs-compat/error-nav.spec.ts(+3 -9)📝
tests/e2e/app-router/nextjs-compat/external-redirect.spec.ts(+2 -8)📝
tests/e2e/app-router/nextjs-compat/hooks.spec.ts(+14 -20)📝
tests/e2e/app-router/nextjs-compat/metadata.spec.ts(+2 -8)📝
tests/e2e/app-router/nextjs-compat/navigation.spec.ts(+8 -14)📝
tests/e2e/app-router/nextjs-compat/prefetch.spec.ts(+7 -13)📝
tests/e2e/app-router/nextjs-compat/rsc-basic.spec.ts(+4 -10)📝
tests/e2e/app-router/nextjs-compat/search-params-key.spec.ts(+3 -9)📝
tests/e2e/app-router/routes.spec.ts(+6 -15)📝
tests/e2e/app-router/server-actions.spec.ts(+6 -15)...and 1 more files
📄 Description
Addresses review comments from PR #690:
Original comment here: https://github.com/cloudflare/vinext/pull/690#pullrequestreview-4047070113
Original comment here: https://github.com/cloudflare/vinext/pull/690#pullrequestreview-4047067498
Verification:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.