diff --git a/packages/react/src/LazyVideo.tsx b/packages/react/src/LazyVideo.tsx index 7bfc6d7..12e544f 100644 --- a/packages/react/src/LazyVideo.tsx +++ b/packages/react/src/LazyVideo.tsx @@ -1,3 +1,6 @@ +// Support Next.js 13 app router hydration where useInView will cause errors +"use client"; + import { useInView } from 'react-intersection-observer' import type { ReactElement } from 'react'