Just tried bumping up my React Native project to 1.10.741. The compilation seems to get stuck (doesn't finish, I waited a bunch and usually only takes a few seconds) at the following warnings (which are new, do not appear with ClojureScript 1.10.597).
[Figwheel:WARNING] Compile Warning: Use of undeclared Var goog.structs/Map target/public/cljs-out/ios/taoensso/encore.cljs line:2683 column:16 [Figwheel:WARNING] Compile Warning: Use of undeclared Var goog.net.XhrIo/send target/public/cljs-out/ios/figwheel/repl.cljc line:313 column:8 [Figwheel:WARNING] Compile Warning: Use of undeclared Var goog.net.XhrIo/send target/public/cljs-out/ios/figwheel/repl.cljc line:516 column:11 [Figwheel:WARNING] Compile Warning: Use of undeclared Var goog.net.XhrIo/send target/public/cljs-out/ios/figwheel/repl.cljc line:313 column:8 [Figwheel:WARNING] Compile Warning: Use of undeclared Var goog.net.XhrIo/send target/public/cljs-out/ios/figwheel/repl.cljc line:516 column:11 It might be a Figwheel issue but I'm not sure, decided to post here in case somebody has a similar problem or a solution. On Friday, April 24, 2020 at 10:10:56 AM UTC-7, David Nolen wrote: > > ClojureScript, the Clojure compiler that emits JavaScript source code. > > README and source code: https://github.com/clojure/clojurescript > > Please refer to the announce post for the details: > https://clojurescript.org/news/2020-04-24-release > > This release also features a significant enhancement when building against > node_modules: > https://clojurescript.org/news/2020-04-24-bundle-target > > As always, feedback welcome! > > David > -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/clojurescript/15f7d151-2ca2-4823-bd75-24ff86a6b608%40googlegroups.com.
