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
Definition of problem
Builder support 2 inputs which supports subFields. They are list and objects. List is array of objects but object is just object with properties defined in subFields. Current solution supports just list which causes error while using object type. By error I mean wrongly inferred type. For objects type is inferred as array of objects.
Solution
Differentiate list and object types. My proposal changes are available here: #2
The text was updated successfully, but these errors were encountered:
Definition of problem
Builder support 2 inputs which supports subFields. They are list and objects. List is array of objects but object is just object with properties defined in subFields. Current solution supports just list which causes error while using object type. By error I mean wrongly inferred type. For objects type is inferred as array of objects.
Solution
Differentiate list and object types. My proposal changes are available here: #2
The text was updated successfully, but these errors were encountered: