build tutorial after repl
This commit is contained in:
parent
aa850918ad
commit
7b28a620a9
3 changed files with 4 additions and 14 deletions
|
|
@ -58,7 +58,7 @@ function useCycle(props: UseCycleProps) {
|
|||
|
||||
useEffect(() => {
|
||||
ready && query();
|
||||
}, [onEvent, onSchedule, onQuery]);
|
||||
}, [onEvent, onSchedule, onQuery, ready]);
|
||||
|
||||
const start = async () => {
|
||||
console.log('start');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue