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 b87aed7 commit 39ce253Copy full SHA for 39ce253
packages/ra-core/src/controller/list/useListContextWithProps.ts
@@ -80,7 +80,9 @@ const extractListContextProps = <RecordType extends RaRecord = any>({
80
hideFilter,
81
isFetching,
82
isLoading,
83
+ isPaused,
84
isPending,
85
+ isPlaceholderData,
86
onSelect,
87
onSelectAll,
88
onToggleItem,
@@ -107,7 +109,9 @@ const extractListContextProps = <RecordType extends RaRecord = any>({
107
109
108
110
111
112
113
114
115
116
117
0 commit comments