🐛 Fix problems with export components

This commit is contained in:
alonso.torres 2021-08-31 14:12:12 +02:00
parent e9fdd74a99
commit ce912c7430
3 changed files with 17 additions and 16 deletions

View file

@ -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))))))))