diff --git a/app/root.tsx b/app/root.tsx index cdf79f9b7..1a7b6cc5e 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -243,7 +243,7 @@ function useFathom() { if (process.env.NODE_ENV !== "production") return; trackPageview(); - }, [location.pathname, location.search]); + }, [location.pathname]); } function HydrationTestIndicator() {