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
e.g you add a new object, add a defaultValue for it, but then you add a new field to it.
in this case, the data already has the object, just incomplete. we could consider doing nested default values, I think Cosmos does this internally too.
defaultValues: {additionalInfo: {logo: null,description: null// new field}}
e.g you add a new object, add a defaultValue for it, but then you add a new field to it.
in this case, the data already has the object, just incomplete. we could consider doing nested default values, I think Cosmos does this internally too.
the current workaround would be to use a more customised/advanced jitM function, but it is not as useful as defaultValues in other ways.
The text was updated successfully, but these errors were encountered: