Playground should show stat summary by default

This commit is contained in:
Ozzie Gooen 2022-08-31 20:53:48 -07:00
parent 5e9bf521fa
commit 64539bc121

View File

@ -231,7 +231,7 @@ export const PlaygroundContext = React.createContext<PlaygroundContextShape>({
export const SquigglePlayground: FC<PlaygroundProps> = ({
defaultCode = "",
height = 500,
showSummary = false,
showSummary = true,
logX = false,
expY = false,
title,