mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-06 23:05:24 -04:00
build tutorial after repl
This commit is contained in:
@@ -58,7 +58,7 @@ function useCycle(props: UseCycleProps) {
|
||||
|
||||
useEffect(() => {
|
||||
ready && query();
|
||||
}, [onEvent, onSchedule, onQuery]);
|
||||
}, [onEvent, onSchedule, onQuery, ready]);
|
||||
|
||||
const start = async () => {
|
||||
console.log('start');
|
||||
|
||||
Reference in New Issue
Block a user