mirror of
https://github.com/penpot/penpot.git
synced 2025-06-14 04:51:39 +02:00
🐛 Fix problems with export components
This commit is contained in:
parent
e9fdd74a99
commit
ce912c7430
3 changed files with 17 additions and 16 deletions
|
@ -82,5 +82,5 @@
|
|||
(->> (rx/of data)
|
||||
(rx/map
|
||||
(fn [data]
|
||||
(let [elem (mf/element exports/components-sprite-svg #js {:data data :embed? true})]
|
||||
(let [elem (mf/element exports/components-sprite-svg #js {:data data :embed? true :include-metadata? true})]
|
||||
(rds/renderToStaticMarkup elem))))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue