Hi, is this a bug?
(def model
[:map
[:my/field {:default nil} :int]])
(m/decode model params mt/default-value-transformer)
;; => {}
I'm expecting {:my/field nil}
here@kevin.van.rooijen a bug, PR welcome
Will do 👍
Kind of have dejavu with this bug
falsey is hard.
Good thing Clojure only has 2 falsey values.. instead of some other languages I won't name