-
Notifications
You must be signed in to change notification settings - Fork 27k
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
refactor(turbopack): Update callsites for OperationVc #72776
base: sokra/vc-operation
Are you sure you want to change the base?
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Failing test suitesCommit: a998145
Expand output● Conflict between app file and pages file › should show error overlay for /another
● Conflict between app file and pages file › should show error overlay for /
● Conflict between app file and pages file › should support hmr with conflicts
● Conflict between app file and pages file › should not show error overlay for non conflict pages under app or pages dir
● Conflict between app file and pages file › should error again when there is new conflict
Read more about building and testing Next.js in contributing.md.
Expand output● app dir - navigation › navigating to dynamic params & changing the casing › should load the page correctly
Read more about building and testing Next.js in contributing.md. |
This is split out from the PR that introduces the
OperationVc
type (#70242) to allow for easier review.