We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd52b7b commit 984cf34Copy full SHA for 984cf34
app/page.tsx
@@ -4,7 +4,7 @@ import Image from "next/image";
4
import { useEffect, useRef } from "react";
5
6
export default function Page() {
7
- const videoRef = useRef(null);
+ const videoRef = useRef<HTMLVideoElement>(null);
8
9
useEffect(() => {
10
const timer = setTimeout(() => {
0 commit comments