Skip to content

Commit 30428ef

Browse files
authored
Disambiguate ga
1 parent 1fa73a9 commit 30428ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/hooks/use-location.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ function App() {
2828
let location = useLocation();
2929

3030
React.useEffect(() => {
31+
// Google Analytics
3132
ga('send', 'pageview');
3233
}, [location]);
3334

0 commit comments

Comments
 (0)