fixed ssr errors

This commit is contained in:
Ren Amamiya
2023-04-23 08:25:27 +07:00
parent b9bafc851e
commit 8b6bffcff2
14 changed files with 101 additions and 45 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { memo } from 'react';
import ReactPlayer from 'react-player/lazy';
import ReactPlayer from 'react-player';
export const VideoPreview = memo(function VideoPreview({ url }: { url: string }) {
return (