diff --git a/src/components/Playground/PixiPlayground/useSandpackConfiguration.ts b/src/components/Playground/PixiPlayground/useSandpackConfiguration.ts index 01ac2923d..b98aa9421 100644 --- a/src/components/Playground/PixiPlayground/useSandpackConfiguration.ts +++ b/src/components/Playground/PixiPlayground/useSandpackConfiguration.ts @@ -44,6 +44,9 @@ export const useFiles = (code: string, extraFiles?: Record) => 'src/styles.css': `body { margin: 0; overflow: hidden; }`, 'src/index.js': code, 'index.html': indexHTML, + 'sandbox.config.json': `{ + "infiniteLoopProtection": false + }`, 'package.json': { code: JSON.stringify( {