diff --git a/apps/website/src/components/BackgroundVideo.tsx b/apps/website/src/components/BackgroundVideo.tsx index 4da9d58..236f769 100644 --- a/apps/website/src/components/BackgroundVideo.tsx +++ b/apps/website/src/components/BackgroundVideo.tsx @@ -4,6 +4,8 @@ import { useEffect, useRef, useState } from 'react'; interface BackgroundVideoProps extends DetailedHTMLProps, HTMLVideoElement> { placeholder: string; + // added because of type mismatch when using ...props spread + crossOrigin?: 'anonymous' | 'use-credentials' | '' | undefined; } export default function BackgroundVideo({