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 59bc05e commit d7d1d0bCopy full SHA for d7d1d0b
packages/ra-ui-materialui/src/list/InfiniteList.tsx
@@ -108,7 +108,7 @@ const defaultFilter = {};
108
const defaultLoading = <Loading />;
109
110
export interface InfiniteListProps<RecordType extends RaRecord = any>
111
- extends InfiniteListBaseProps<RecordType>,
+ extends Omit<InfiniteListBaseProps<RecordType>, 'children'>,
112
ListViewProps {}
113
114
const PREFIX = 'RaInfiniteList';
0 commit comments