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
validate will mutate the input object by adding default values for missing defaults. This is unexpected and in the typical case undesired -- the name validate implies a function to check, not modify, the input.
The text was updated successfully, but these errors were encountered:
+1, that is an odd behavior. But, when this is fixed there should be a way to get the modified object with defaults inserted - just not by it mutating the input.
validate
will mutate the input object by adding default values for missing defaults. This is unexpected and in the typical case undesired -- the namevalidate
implies a function to check, not modify, the input.The text was updated successfully, but these errors were encountered: