mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 19:18:31 +02:00
✨ Detect reference errors when importing tokens
This commit is contained in:
parent
d3ded00bc6
commit
66dce0e795
8 changed files with 299 additions and 127 deletions
|
@ -24,7 +24,7 @@
|
|||
(watch [_ state _]
|
||||
(->> (rx/from (-> (get-in state [:workspace-data :tokens-lib])
|
||||
(ctob/get-active-themes-set-tokens)
|
||||
(sd/resolve-tokens+ {:names-map? true})))
|
||||
(sd/resolve-tokens+)))
|
||||
(rx/mapcat #(rx/of (end)))))))
|
||||
|
||||
(defn stop-on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue