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
As the title says, I am getting and error when using the latest version of clojurescript 1.10.x
with thi.ng/geom. When using together with figwheel i get this following error.
---- Could not Analyze resources/public/js/compiled/out/thi/ng/geom/gl/core.cljc line:437 column:41 ----
Can't recur here at line 437 resources/public/js/compiled/out/thi/ng/geom/gl/core.cljc
435 (set! (.-onselectstart canvas) (constantly false))
436 (if ctx ctx (recur (next ids))))
437 (catch js/Error e (recur (next ids))))))]
^--- Can't recur here at line 437 resources/public/js/compiled/out/thi/ng/geom/gl/core.cljc
438 (or ctx (err/unsupported! "WebGL not available"))))))
439 #?(:clj
440 (defn clear-color-buffer
---- Analysis Error : Please see resources/public/js/compiled/out/thi/ng/geom/gl/core.cljc ----
I use this version [org.clojure/clojurescript "1.9.89"] to make it work.
The text was updated successfully, but these errors were encountered:
Great! Btw. if you want to follow discussion about the upcoming 1.0.0 release, hop onto the #clojure channel on our Discord: https://discord.gg/JhYcmBw
As the title says, I am getting and error when using the latest version of clojurescript 1.10.x
with thi.ng/geom. When using together with figwheel i get this following error.
I use this version [org.clojure/clojurescript "1.9.89"] to make it work.
The text was updated successfully, but these errors were encountered: