Skip to content

Commit 0705812

Browse files
committed
fix
1 parent b3bc4a2 commit 0705812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/www/src/registry/examples/markdown-streaming-demo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ export default function MarkdownStreamingDemo() {
376376
setStreaming(false);
377377

378378

379-
}, [editorStatic, transformedCurrentChunks]);
379+
}, [editorStatic, speed, transformedCurrentChunks]);
380380

381381

382382
const onReset = useCallback(() => {

0 commit comments

Comments
 (0)