Skip to content

Commit

Permalink
Merge branch 'canary' into add-options-to-href-change
Browse files Browse the repository at this point in the history
  • Loading branch information
rscotten authored Jan 19, 2020
2 parents f379e07 + bbf19cd commit dc62b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-react-ga/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default class MyApp extends App {
componentDidMount() {
initGA()
logPageView()
Router.router.events.on('routeChangeComplete', logPageView)
Router.events.on('routeChangeComplete', logPageView)
}

render() {
Expand Down

0 comments on commit dc62b85

Please sign in to comment.