Skip to content

:merge broken in CLJS #1169

@simonacca

Description

@simonacca

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-schema

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions