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 a large project, it is difficult to track/manage when developers specify properties with a value that already exists in the default object. It would be nice to add a warning option if redundant duplication occurs:
constdefuFn=createDefu({warnDuplicates: true})
On the other hand, I guess it's better not to cause side effects, maybe a callback?
Describe the feature
In a large project, it is difficult to track/manage when developers specify properties with a value that already exists in the default object. It would be nice to add a warning option if redundant duplication occurs:
On the other hand, I guess it's better not to cause side effects, maybe a callback?
Additional information
The text was updated successfully, but these errors were encountered: