Skip to content

Commit

Permalink
WIP: Comment out searchParam manipulations
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpittman committed Oct 2, 2024
1 parent 68255ac commit 9179238
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/qwik-city/src/runtime/src/qwik-city-component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,9 @@ export const QwikCityProvider = component$<QwikCityProps>((props) => {
const [routeName, params, mods, menu] = loadedRoute;
const contentModules = mods as ContentModule[];
const pageModule = contentModules[contentModules.length - 1] as PageModule;
if (navigation.dest.search) {
trackUrl.search = navigation.dest.search;
}
// if (navigation.dest.search) {
// trackUrl.search = navigation.dest.search;
// }
// Update route location
routeLocation.prevUrl = prevUrl;
routeLocation.url = trackUrl;
Expand Down

0 comments on commit 9179238

Please sign in to comment.