fix #1236
This commit is contained in:
parent
27c4c9acf2
commit
827bb43354
|
@ -314,7 +314,7 @@ export const SquigglePlayground: FC<PlaygroundProps> = ({
|
||||||
}, [environment]);
|
}, [environment]);
|
||||||
|
|
||||||
const resultAndBindings = useSquiggle({
|
const resultAndBindings = useSquiggle({
|
||||||
code,
|
code: renderedCode,
|
||||||
project,
|
project,
|
||||||
jsImports: imports,
|
jsImports: imports,
|
||||||
executionId,
|
executionId,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user