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
[Fix#269] Ensure namespace sorting does all comparisons as strings
shadow-cljs supports string namespaces for requiring NPM dependencies,
eg:
(:require [reagent.core :as r]
["react-virtualized/dist/commonjs/List" :refer [List]])
By comparing all namespaces as strings, we fix a ClassCast crash trying
to compare such a string to a normal symbol.
0 commit comments