kitcn 0.22.0 → 0.22.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/react/index.js +3 -1
- package/package.json +1 -1
package/dist/react/index.js
CHANGED
|
@@ -2577,7 +2577,9 @@ const useInfiniteQueryInternal = (query, args, options) => {
|
|
|
2577
2577
|
enabled,
|
|
2578
2578
|
meta,
|
|
2579
2579
|
queryOptions,
|
|
2580
|
-
placeholderData
|
|
2580
|
+
placeholderData,
|
|
2581
|
+
authType,
|
|
2582
|
+
isAuthLoading
|
|
2581
2583
|
]),
|
|
2582
2584
|
combine: useCallback((results) => {
|
|
2583
2585
|
const allItems = [];
|