Fork me on GitHub
#malli
<
2020-03-24
>
naomarik14:03:50

There a way to use a custom :error/message for :or? Something like this:

[:or
 {:error/message "nil, string, or int"}
 nil?
 string?
 int?]