We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7a919 commit 31e6d7fCopy full SHA for 31e6d7f
src/client/Preview.tsx
@@ -73,7 +73,7 @@ export const Preview: FC = () => {
73
}, [output]);
74
75
useEffect(() => {
76
- if (!window.go_preview) {
+ if ($wasmState === "loading" || !window.go_preview) {
77
return;
78
}
79
0 commit comments