Idoko Emmanuel
Results
1
comments of
Idoko Emmanuel
> Put it in useEffect if you use react, like this: `useEffect(() => { AOS.init(); }, []);` or `if (typeof window !== "undefined") AOS.init(); ` This worked.