hm, does anyone know what might be causing this error?
> (require '[typed.clojure :as t])
nil
> (t/check-ns-cljs 'sketcherb.temp)
Execution error (AssertionError) at typed.cljc.checker.type-rep/Union-maker (type_rep.clj:110).
Assert failed: [#{nil false}]
(every? Type? types)
shadow.user=> (t/cns 'sketcherb.temp)
Execution error (AssertionError) at typed.cljc.checker.type-rep/Union-maker (type_rep.clj:110).
Assert failed: [#{nil false}]
(every? Type? types)
eep please send a stacktrace or reproduction
tyvm for the reply, don't have access to the code until in two days will send it then! it's a shadow-cljs react-native project