-
Notifications
You must be signed in to change notification settings - Fork 30.3k
TURBOPACK: alias resolve lost query param #88891
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
base: canary
Are you sure you want to change the base?
Conversation
Failing test suitesCommit: 7222807 | About building and testing Next.js
Expand output● app-dir action handling › should trigger a refresh for a server action that also dispatches a navigation event ● app-dir action handling › fetch actions › should handle revalidatePath ● app-dir action handling › fetch actions › should handle revalidateTag ● app-dir action handling › fetch actions › should store revalidation data in the prefetch cache ● app-dir action handling › fetch actions › should revalidate when cookies.set is called ● app-dir action handling › fetch actions › should revalidate when cookies.set is called in a client action ● app-dir action handling › fetch actions › should invalidate client cache when tag is revalidated ● app-dir action handling › fetch actions › should invalidate client cache when path is revalidated |
Merging this PR will not alter performance
Comparing Footnotes
|
|
This is strange, maybe some infinite loop/recursion? |
cbd4c37 to
7222807
Compare
add a judge for that case, now the test case will be passed |
turbopack-resolve alias lost query as the following case:
alias config is:
The query param will lost, i fix this and add some test case.