Skip to content

Commit

Permalink
Merge branch 'canary' into fix-revalidatetag-rsc
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk authored Sep 30, 2024
2 parents 2f55634 + ee3211e commit 9ca9553
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ export function addSearchParamsToPageSegments(
// If it's a page segment, modify the segment by adding search params
if (segment.includes(PAGE_SEGMENT_KEY)) {
const newSegment = addSearchParamsIfPageSegment(segment, searchParams)
console.log({ existingSegment: segment, newSegment })
return [newSegment, parallelRoutes, ...rest]
}

Expand Down
20 changes: 20 additions & 0 deletions test/turbopack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15856,6 +15856,26 @@
"flakey": [],
"runtimeError": false
},
"test/production/app-dir/server-action-period-hash/server-action-period-hash.test.ts": {
"passed": [],
"failed": [
"app-dir - server-action-period-hash should have same manifest between continuous two builds",
"app-dir - server-action-period-hash should have different manifest between two builds with period hash"
],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/production/app-dir/server-action-period-hash/server-action-period-hash-custom-key.test.ts": {
"passed": [],
"failed": [
"app-dir - server-action-period-hash-custom-key should have different manifest if the encryption key from process env is changed",
"app-dir - server-action-period-hash-custom-key should have different manifest if the encryption key from process env is same"
],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/production/app-dir/ssg-single-pass/ssg-single-pass.test.ts": {
"passed": [
"ssg-single-pass should only render the page once during an ISR revalidation",
Expand Down

0 comments on commit 9ca9553

Please sign in to comment.