1
0
Fork 0

chore(lab): Changes to handle multisets in core

This commit is contained in:
Joost De Cock 2022-09-17 10:30:21 +02:00
parent e163ed1782
commit f882a26408
18 changed files with 413 additions and 212 deletions

View file

@ -26,7 +26,9 @@ import Stack from './stack'
*/
const SvgWrapper = props => {
const { patternProps, gist, app, updateGist, unsetGist, showInfo } = props
const { patternProps=false, gist, app, updateGist, unsetGist, showInfo } = props
if (!patternProps) return null
return <SizeMe>{({ size }) => (
<TransformWrapper