Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(use-router): router.push bug #1067

Merged
merged 4 commits into from
Dec 14, 2024
Merged

Conversation

tylersayshi
Copy link
Contributor

@tylersayshi tylersayshi commented Dec 14, 2024

fix #1060

Copy link

vercel bot commented Dec 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
waku ⬜️ Ignored (Inspect) Visit Preview Dec 14, 2024 10:41am

Copy link

codesandbox-ci bot commented Dec 14, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@@ -1,14 +1,22 @@
import { Link } from 'waku';
'use client';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This /dynamic page is used for other specs, so it feels safe to avoid changing it to a client component.

@dai-shi dai-shi changed the title test(use-router): e2e test for router.push bug fix(use-router): router.push bug Dec 14, 2024
@dai-shi dai-shi marked this pull request as ready for review December 14, 2024 06:55
@dai-shi dai-shi mentioned this pull request Dec 14, 2024
Copy link
Owner

@dai-shi dai-shi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's merge this. If it doesn't solve the issue, we should to the second iteration.

@dai-shi dai-shi merged commit d4849ba into dai-shi:main Dec 14, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

useRouter push does not load the given page
2 participants