Minor Changes
-
#4382
83ff1076f5c
Thanks @aliemir! - Updated the inference process forlist
andcreate
actions to use all items in the list instead of just the first item. This is done to avoid breaking the output when a single record is corrupted or wrongfully inferred.Now, for the
list
andcreate
actions, each item in the list response will be used to infer the fields then the most repeated fields will be accepted as the type for the field.
Patch Changes
- #4383
8b3137e9e9d
Thanks @aliemir! - Fixed the code generation issue with Mantine'screate
andedit
inferencers when used withmeta
values.