You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In shadow-cljs this is very apparent:
```------ WARNING cjohansen#1 - :undeclared-var --------------------------------------------
Resource: gadget/extensions.cljc:15:26
--------------------------------------------------------------------------------
12 | [:gadget/string (pr-str (str (first (str/split raw #"\.")) "..."))]])
13 |
14 | (defn- base64json [s]
15 | #?(:cljs (-> s js/atob JSON.parse (js->clj :keywordize-keys true))))
--------------------------------^-----------------------------------------------
Use of undeclared Var gadget.extensions/JSON
--------------------------------------------------------------------------------```
Works fine, of course.
No description provided.
The text was updated successfully, but these errors were encountered: