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
WARNING: Use of undeclared Var goog.structs/Map at line 2683 target-prod/taoensso/encore.cljs
I assume cljs master has updated Closure Library as well.
Looking at Closure docs it says that Map struct is deprecated in favor of ES6 Map
https://google.github.io/closure-library/api/goog.structs.Map.html
I was testing the project with ClojureScript master before they publish a new release and noticed the following warning:
I assume cljs master has updated Closure Library as well.
Looking at Closure docs it says that
Map
struct is deprecated in favor of ES6Map
https://google.github.io/closure-library/api/goog.structs.Map.htmlThe text was updated successfully, but these errors were encountered: