mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 12:43:05 +00:00
[Beta] Fix printing objects
This commit is contained in:
@@ -200,6 +200,7 @@ export const SandpackConsole = () => {
|
||||
key={`${msg}-${index}`}>
|
||||
<SandpackCodeViewer
|
||||
initMode="user-visible"
|
||||
showTabs={false}
|
||||
// fileType="js"
|
||||
code={children}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user