Don't track search params changing

This commit is contained in:
Kalle
2022-12-12 21:32:10 +02:00
parent 0014940d31
commit 89fdb8ac43

View File

@@ -243,7 +243,7 @@ function useFathom() {
if (process.env.NODE_ENV !== "production") return;
trackPageview();
}, [location.pathname, location.search]);
}, [location.pathname]);
}
function HydrationTestIndicator() {