File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
beta/src/components/MDX/Sandpack Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- 12.16.1
1
+ 12.22.0
Original file line number Diff line number Diff line change 4
4
5
5
import * as React from 'react' ;
6
6
import { SandpackProvider } from '@codesandbox/sandpack-react' ;
7
+ import { SandpackLogLevel } from '@codesandbox/sandpack-client' ;
7
8
import { CustomPreset } from './CustomPreset' ;
8
9
import { createFileMap } from './utils' ;
9
10
@@ -82,7 +83,9 @@ function SandpackRoot(props: SandpackProps) {
82
83
customSetup = { { ...setup , files : files } }
83
84
autorun = { autorun }
84
85
initMode = "user-visible"
85
- initModeObserverOptions = { { rootMargin : '1400px 0px' } } >
86
+ initModeObserverOptions = { { rootMargin : '1400px 0px' } }
87
+ bundlerURL = "https://22530bfe.sandpack-bundler.pages.dev"
88
+ logLevel = { SandpackLogLevel . None } >
86
89
< CustomPreset
87
90
isSingleFile = { isSingleFile }
88
91
showDevTools = { showDevTools }
You can’t perform that action at this time.
0 commit comments