Skip to content

Commit 944d4d3

Browse files
committed
fix: keep ?fresh-partial an implementation detail
1 parent 0ab5a2a commit 944d4d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/fresh/src/runtime/client/partials.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ async function fetchPartials(
361361
actualUrl = nextUrl;
362362
}
363363
}
364+
actualUrl.searchParams.delete(PARTIAL_SEARCH_PARAM);
364365

365366
try {
366367
await applyPartials(res);

0 commit comments

Comments
 (0)