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