Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 490996e

Browse files
chore(website): fix defaultSize(Percentage) prop usage
1 parent 7598496 commit 490996e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/website/src/components/Playground.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function Playground(): React.JSX.Element {
9797
<Panel
9898
className={styles.PanelColumn}
9999
collapsible={true}
100-
defaultSizePercentage={windowSize === 'mobile' ? 0 : optionsSize}
100+
defaultSize={windowSize === 'mobile' ? 0 : optionsSize}
101101
id="playgroundMenu"
102102
ref={playgroundMenuRef}
103103
>

0 commit comments

Comments
 (0)