Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Yup v0.28.4 broken for nullable & noUnknown

node v13.14.0
version: master
endpointsharetweet
const { object, string } = require("yup") const schema = object({ name: string() }).nullable().noUnknown(); schema.validate(null)
Loading…

no comments

    sign in to comment