From b29a2b8756e19cdf5173b3de0c7b2921d9aeafb4 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Wed, 5 Jan 2022 15:16:12 -0500 Subject: [PATCH] switch back to lazy react-player --- components/video/Video.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/video/Video.tsx b/components/video/Video.tsx index a4a8aaeb..b74cf88f 100644 --- a/components/video/Video.tsx +++ b/components/video/Video.tsx @@ -3,7 +3,7 @@ import type { ReactPlayerProps } from "react-player"; import styles from "./Video.module.scss"; -const ReactPlayer = dynamic(() => import("react-player")); +const ReactPlayer = dynamic(() => import("react-player/lazy")); const Video = (props: ReactPlayerProps) => (