react-admin icon indicating copy to clipboard operation
react-admin copied to clipboard

`<DatagridBody>` creates the `<RecordContext>` instead of `<DatagridRow>`

Open adguernier opened this issue 9 months ago • 1 comments

This PR attempts to delegate the creation of a <RecordContext> to <DatagridBody> instead of <DatagridRow>

adguernier avatar Apr 30 '24 15:04 adguernier

You also need to remove the reconrdContextProvider from the DatagridRow

Done, I pushed in a hurry

adguernier avatar May 02 '24 15:05 adguernier