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
Tried latest master 80fa184 .cljc files in a Cljs project. Getting some macro errors because trace-bindings is a macro. I'm guessing needs some :require-macros in the cljs version
The text was updated successfully, but these errors were encountered:
Is there a Cljs project example? Might be because I'm running Clojure 1.10.
Here's what I did: copied folder src/clj_3df into a Cljs project src folder and (:require [clj-3df.core :as df]). That's where I get the macro issues. Server-side works, though.
Tried latest master 80fa184 .cljc files in a Cljs project. Getting some macro errors because trace-bindings is a macro. I'm guessing needs some :require-macros in the cljs version
The text was updated successfully, but these errors were encountered: