diff --git a/docs/src/pages/playground.tsx b/docs/src/pages/playground.tsx index 27f0652bc..a02140105 100644 --- a/docs/src/pages/playground.tsx +++ b/docs/src/pages/playground.tsx @@ -144,7 +144,7 @@ function Homepage() { } useEffect(() => { - handleSubmit(); + void handleSubmit(); }, [codeEditorOverrideContent]); return (