Skip to content

Commit 39ce253

Browse files
committed
Update useListContextWithProps
1 parent b87aed7 commit 39ce253

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/ra-core/src/controller/list/useListContextWithProps.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ const extractListContextProps = <RecordType extends RaRecord = any>({
8080
hideFilter,
8181
isFetching,
8282
isLoading,
83+
isPaused,
8384
isPending,
85+
isPlaceholderData,
8486
onSelect,
8587
onSelectAll,
8688
onToggleItem,
@@ -107,7 +109,9 @@ const extractListContextProps = <RecordType extends RaRecord = any>({
107109
hideFilter,
108110
isFetching,
109111
isLoading,
112+
isPaused,
110113
isPending,
114+
isPlaceholderData,
111115
onSelect,
112116
onSelectAll,
113117
onToggleItem,

0 commit comments

Comments
 (0)