Skip to content

Commit c4817ff

Browse files
authored
[Beta] Update the bundler (#4744)
Should fix stale console logs when resetting a sandbox.
1 parent 1ef18fe commit c4817ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function SandpackRoot(props: SandpackProps) {
8484
autorun={autorun}
8585
initMode="user-visible"
8686
initModeObserverOptions={{rootMargin: '1400px 0px'}}
87-
bundlerURL="https://3f1bb162.sandpack-bundler.pages.dev"
87+
bundlerURL="https://6b760a26.sandpack-bundler.pages.dev"
8888
logLevel={SandpackLogLevel.None}>
8989
<CustomPreset
9090
isSingleFile={isSingleFile}

0 commit comments

Comments
 (0)