biuld 0.54.0

This commit is contained in:
Olivier Gagnon
2021-09-20 00:38:05 -04:00
parent a3e624deba
commit 44d6845883
11 changed files with 6165 additions and 144 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ export function ActiveScriptsRoot(props: IProps): React.ReactElement {
}
useEffect(() => {
// const id = setInterval(rerender, 20);
// return () => clearInterval(id);
const id = setInterval(rerender, 20);
return () => clearInterval(id);
}, []);
return (