我试图在admin on rest
中使用ReferenceInputArray字段 <ReferenceArrayInput label="Clients" source="clients" reference="Client" allowEmpty>
<SelectArrayInput optionText="name" />
</ReferenceArrayInput>
但是我收到了这个错误:
未处理handleFetch Invariant Violation:对象无效作为React子对象(找到:具有键{id,name,description,__typename}的对象)。如果您要渲染子集合,请使用数组,或使用React附加组件中的createFragment(object)包装对象。检查Chip的渲染方法。