We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e8446 commit 4df6259Copy full SHA for 4df6259
src/app/_common/fastApiTracking.ts
@@ -37,7 +37,7 @@ export function FastApiTracker(): null {
37
};
38
39
trackPageView();
40
- }, [pathname, searchParams]);
+ }, [pathname]);
41
42
return null;
43
}
0 commit comments