Nathanael Tehilla Gunawan

Results 2 comments of Nathanael Tehilla Gunawan

Have you tried [this](https://github.com/cookpete/react-player/issues/1428)? It's basically checking the window. ```ts const Component: React.FC = ({url}) =>{ const [hasWindow, setHasWindow] = useState(false); useEffect(() => { if (typeof window !== "undefined") {...

I just did ``` import { Oval } from "react-loader-spinner"; ``` without importing the css, Haven't tried it with other spinners other than Oval, but that worked.