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
@flexi-xu This is the way it is unfortunately. The clean function has no way of knowing that the message autoValue relies on the name value, so order is important. It does ensure that shallow nested objects and arrays run before their deeper descendants, but for fields at the same level, schema order matters. I will add this to the documentation.
Then change the order of the field 'name' and 'message'
The 2 results are different. I expect the message will always be 'Hello, Jackie'.
The text was updated successfully, but these errors were encountered: