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 5f78c5f commit 514293cCopy full SHA for 514293c
apps/playground/src/instruments/examples/interactive/Interactive-With-Video/index.tsx
@@ -6,7 +6,7 @@ import { z } from '/runtime/v1/[email protected]';
6
import catVideo from './cat-video.mp4';
7
8
const Task: React.FC<{ done: (data: { success: boolean }) => void }> = ({ done }) => {
9
- const [secondsRemaining, setSecondsRemaining] = useState(5);
+ const [secondsRemaining, setSecondsRemaining] = useState(15);
10
const [value, setValue] = useState('');
11
12
useEffect(() => {
0 commit comments