-
Notifications
You must be signed in to change notification settings - Fork 230
Closed
Description
Hello there,
I get the following exception while attempting to use :merge in cljs on malli 0.17.0. Am I doing something wrong or is there an issue with the library?
Thank you!
Simon
:> (malli/validate [:merge
[:map [:a :int]]
[:map [:b :int]]]
{:a 123 :b 124})
:repl/exception!
; Execution error (ExceptionInfo) at (<cljs repl>:1).
; :malli.core/invalid-schemaReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels