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: view transition also needs to be ended when the search parameters are changed #48

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wattanx
Copy link

@wattanx wattanx commented Nov 30, 2024

Fixes: #47

Description

With this change, navigating back from a URL with query parameters will no longer get stuck.

Before:

2024-11-30.13.26.32.mov

After:

2024-11-30.13.25.28.mov

Copy link

vercel bot commented Nov 30, 2024

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

Name Status Preview Comments Updated (UTC)
next-view-transitions-example ❌ Failed (Inspect) Nov 30, 2024 4:31am

@wattanx
Copy link
Author

wattanx commented Nov 30, 2024

There is the following issue, and it is difficult to determine how to solve it.
https://nextjs.org/docs/messages/missing-suspense-with-csr-bailout

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.

When navigating back in the browser with query parameters present, the page becomes unresponsive for a while
1 participant