score:0

i had the exact same issue!

i found this issue: https://github.com/marmelab/react-admin/issues/5722

the solution was to remove the list component within the referencemanyfield

<referencemanyfield reference="licenses" target="order_id">
  <datagrid rowclick="edit">
    <textfield source="id" />
  </datagrid>
</referencemanyfield>

Related Query

More Query from same tag