Skip to content

Commit

Permalink
Disambiguate ga (#9306)
Browse files Browse the repository at this point in the history
  • Loading branch information
p13i committed Sep 20, 2022
1 parent 1fa73a9 commit f722d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Expand Up @@ -77,6 +77,7 @@
- morleytatro
- ms10596
- noisypigeon
- p13i
- paulsmithkc
- pcattori
- petersendidit
Expand Down
1 change: 1 addition & 0 deletions docs/hooks/use-location.md
Expand Up @@ -28,6 +28,7 @@ function App() {
let location = useLocation();

React.useEffect(() => {
// Google Analytics
ga('send', 'pageview');
}, [location]);

Expand Down

0 comments on commit f722d7f

Please sign in to comment.