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
## Details
Takes a much more schema centric approach to validating that the current
configuration is valid according to our type definitions. Easier to add
more complex types compared to previous approach which required creating
another custom validator implementation. Some error messages may be less
specific than before, primarily around errors in union types, but should
still generally point users in the right direction.
There is a kind of special hack to make everything under `overrides`
optional instead of mandatory, but I honestly prefer it to the previous
version of passing around random bits of state to make everything work.
0 commit comments