This commit is contained in:
Vyacheslav Matyukhin 2022-10-09 13:15:51 +04:00
parent 27c4c9acf2
commit 827bb43354
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -314,7 +314,7 @@ export const SquigglePlayground: FC<PlaygroundProps> = ({
}, [environment]);
const resultAndBindings = useSquiggle({
code,
code: renderedCode,
project,
jsImports: imports,
executionId,