only call Intercom after load event is dispatched
This commit is contained in:
@ -9,7 +9,6 @@ export default function Support(): JSX.Element {
|
||||
}, [])
|
||||
|
||||
useEffect(() => {
|
||||
initAnalytics()
|
||||
window.addEventListener('load', initAnalytics)
|
||||
return () => {
|
||||
window.removeEventListener('load', initAnalytics)
|
||||
|
||||
Reference in New Issue
Block a user