Skip to content

Commit da27cc4

Browse files
committed
Add a ListIterator alias for WithListcontext
1 parent ed3c53d commit da27cc4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/ra-core/src/controller/list/WithListContext.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ export interface WithListContextProps<RecordType extends RaRecord> {
3030
) => ReactElement | false | null;
3131
label?: string;
3232
}
33+
34+
/**
35+
* @deprecated use WithListContext instead
36+
*/
37+
export const ListIterator = WithListContext;

0 commit comments

Comments
 (0)