chore(lab): Changes to handle multisets in core
This commit is contained in:
parent
e163ed1782
commit
f882a26408
18 changed files with 413 additions and 212 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue