Files
penpot/common
Andrey Antukh 946dac3c9f 🐛 Fix NPE on number schemas
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.
2024-11-06 09:15:06 +01:00
..
2024-09-03 23:35:53 +02:00
2023-12-12 00:14:08 +01:00
2024-11-06 09:15:06 +01:00
2024-05-31 13:28:32 +02:00
2024-07-31 16:30:22 +02:00
2024-04-26 11:42:41 +02:00
2024-07-31 16:30:22 +02:00