You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the FAQ, we can make things required by setting default: null, if null is not a valid value.
With TypeScript I get the error Type instantiation is excessively deep and possibly infinite when trying to config.getany value, if somewhere in the schema there is default: null.