mirror of
https://github.com/penpot/penpot.git
synced 2026-01-23 13:51:08 -05:00
Mainly, without this fix, happens the following:
user=> (sm/validate [::sm/int {:min 0}] nil)
Execution error (NullPointerException) at app.common.schema/fn$fn (schema.cljc:692).
Cannot invoke "Object.getClass()" because "x" is null
And it should return `false` without an exception.