diff --git a/website/src/repl/Repl.jsx b/website/src/repl/Repl.jsx index 84babdef..e22e0421 100644 --- a/website/src/repl/Repl.jsx +++ b/website/src/repl/Repl.jsx @@ -214,7 +214,7 @@ export function Repl({ embedded = false }) { }, []); const handleDocChanged = useCallback( - (v) => { + ({ view }) => { if (!init) { // this is only for testing! try this pattern: /*