wilkerlucio / pathom-viz

Visualization tools for Pathom
88 stars 10 forks source link

Update fulcro-garden-css to latest version #74

Closed dvingo closed 2 years ago

dvingo commented 2 years ago

I was getting the following error when using this with a fulcro 3.5.8 app:

------ ERROR -------------------------------------------------------------------
 File: /home/user/projects/pathom-viz/src/core/com/wsscode/pathom/viz/ui/expandable_tree.cljs:37:3
--------------------------------------------------------------------------------
  34 |                       :width        "10px"
  35 |                       :flex-shrink  "0"}]
  36 |          [:.children-container {:margin-left "13px"}]]}
  37 |   (dom/div {:key (pr-str key)}
---------^----------------------------------------------------------------------
Wrong number of args (2) passed to: com.fulcrologic.fulcro-css.localized-dom/emit-tag

The component src/main/com/fulcrologic/fulcro_css/localized_dom.clj was updated here to support this calling style: https://github.com/fulcrologic/fulcro-garden-css/compare/3.0.7...fulcro-garden-css-3.0.9#diff-f5614c2f33c6bcad259b9ed792ffce6cc20ef862a3f75d0afcc0066f4218e79c

wilkerlucio commented 2 years ago

Thanks