mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 20:53:08 +00:00
[Beta] Update the bundler (#4744)
Should fix stale console logs when resetting a sandbox.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user