Browse Source

[Beta] Update the bundler (#4744)

Should fix stale console logs when resetting a sandbox.
main
dan 3 years ago
committed by GitHub
parent
commit
c4817ff73c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beta/src/components/MDX/Sandpack/SandpackRoot.tsx

2
beta/src/components/MDX/Sandpack/SandpackRoot.tsx

@ -84,7 +84,7 @@ function SandpackRoot(props: SandpackProps) {
autorun={autorun}
initMode="user-visible"
initModeObserverOptions={{rootMargin: '1400px 0px'}}
bundlerURL="https://3f1bb162.sandpack-bundler.pages.dev"
bundlerURL="https://6b760a26.sandpack-bundler.pages.dev"
logLevel={SandpackLogLevel.None}>
<CustomPreset
isSingleFile={isSingleFile}

Loading…
Cancel
Save