schema

Ramon Rios 2020-02-05T17:26:35.000500Z

Hello everybody! does someone has faced this issue before?? Value cannot be coerced to match schema: (not (map? nil))

ikitommi 2020-02-05T18:18:33.001200Z

it means that your value is nil and schema is a map, e.g. {:kikka s/Str}