metosin / malli

High-performance data-driven data specification library for Clojure/Script.
Eclipse Public License 2.0
1.5k stars 211 forks source link

Fix instrument! in dev.cljs/start! - pass cljs function schemas #766

Closed dvingo closed 2 years ago

dvingo commented 2 years ago

I totally missed this oversight when updating the code to happen at runtime. Nothing was being instrumented in a cljs app I'm working on because instrument! is now shared with clojure which defaults to :clj schemas. This fix passes the :cljs schemas to instrument!

ikitommi commented 2 years ago

thanks, will create a new release with this.

ikitommi commented 2 years ago

https://github.com/metosin/malli/blob/master/CHANGELOG.md#091-2022-10-17