Skip to content

Commit f722d7f

Browse files
authored
Disambiguate ga (#9306)
1 parent 1fa73a9 commit f722d7f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
- morleytatro
7878
- ms10596
7979
- noisypigeon
80+
- p13i
8081
- paulsmithkc
8182
- pcattori
8283
- petersendidit

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)