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
In my opinion this is not expected behaviour since dynamic type definition has no way of knowing in what context it was used, "undefined" value should simply work in this case, because it was allowed in partial definition.
The text was updated successfully, but these errors were encountered:
When
dynamic
type is used inside partial then it receives also undefined value for validationI created a sandbox code to prove it: https://codesandbox.io/p/devbox/wqh8pv?file=%2Findex.js
In my opinion this is not expected behaviour since
dynamic
type definition has no way of knowing in what context it was used, "undefined" value should simply work in this case, because it was allowed inpartial
definition.The text was updated successfully, but these errors were encountered: