We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3789c45 commit e65c84fCopy full SHA for e65c84f
1 file changed
packages/ra-ui-materialui/src/list/SimpleList/SimpleList.tsx
@@ -111,6 +111,7 @@ export const SimpleList = <RecordType extends RaRecord = any>(
111
/>
112
}
113
empty={empty ?? null}
114
+ // We need to keep passing data explicitly as it may have been passed down through props.
115
render={({ data }) => (
116
<Root className={className} {...sanitizeListRestProps(rest)}>
117
<RecordsIterator
0 commit comments