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