core-typed

VardriPoise 2025-07-02T09:21:45.910509Z

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)

2025-07-02T18:14:51.518709Z

eep please send a stacktrace or reproduction

VardriPoise 2025-07-03T01:26:47.021019Z

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