Compare commits
2 Commits
7a0480fa69
...
fe1cf2f171
| Author | SHA1 | Date | |
|---|---|---|---|
| fe1cf2f171 | |||
| d3cb737972 |
@@ -20,7 +20,7 @@ const WithYandexMetrika = (props) => {
|
|||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
hit(window.location.pathname + window.location.search)
|
hit(window.location.pathname + window.location.search)
|
||||||
Router.events.on('routeChangeComplete', hit)
|
Router.events.on('routeChangeComplete', hit)
|
||||||
}, [])
|
}, [hit])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user