mirror of https://github.com/penpot/penpot.git
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.
|
||
|---|---|---|
| .. | ||
| dev | ||
| scripts | ||
| src/app/common | ||
| target/classes/app/common | ||
| test | ||
| vendor | ||
| .gitignore | ||
| build.clj | ||
| deps.edn | ||
| package.json | ||
| shadow-cljs.edn | ||
| tests.edn | ||
| yarn.lock | ||