react-admin
react-admin copied to clipboard
`<DatagridBody>` creates the `<RecordContext>` instead of `<DatagridRow>`
This PR attempts to delegate the creation of a <RecordContext>
to <DatagridBody>
instead of <DatagridRow>
You also need to remove the reconrdContextProvider from the DatagridRow
Done, I pushed in a hurry