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
When passing in a new object where some of the properties are null, the defaults are used instead. I would expect this only be true for undefined properties.
This is by design that null being skipped as defu was originally written based to be defaults-deep spect compatible and actually for option defaults I think makes sense to disable options via explicit boolean.
When passing in a new object where some of the properties are
null
, the defaults are used instead. I would expect this only be true forundefined
properties.Repro: https://codesandbox.io/s/defu-repro-o1l04
The text was updated successfully, but these errors were encountered: