@dev-fastn-ai/react-core 2.2.2 → 2.2.3
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/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2525,7 +2525,7 @@ function useFieldOptions(field) {
|
|
|
2525
2525
|
// Use immediate search for local filtering
|
|
2526
2526
|
setSearchQuery(query);
|
|
2527
2527
|
}
|
|
2528
|
-
}, [(_f = initialQuery.data) === null || _f === void 0 ? void 0 : _f.searchable
|
|
2528
|
+
}, [(_f = initialQuery.data) === null || _f === void 0 ? void 0 : _f.searchable]);
|
|
2529
2529
|
// Load more handler
|
|
2530
2530
|
const loadMore = react.useCallback(async () => {
|
|
2531
2531
|
if (infiniteQuery.hasNextPage && !infiniteQuery.isFetchingNextPage) {
|
package/dist/index.esm.js
CHANGED
|
@@ -2523,7 +2523,7 @@ function useFieldOptions(field) {
|
|
|
2523
2523
|
// Use immediate search for local filtering
|
|
2524
2524
|
setSearchQuery(query);
|
|
2525
2525
|
}
|
|
2526
|
-
}, [(_f = initialQuery.data) === null || _f === void 0 ? void 0 : _f.searchable
|
|
2526
|
+
}, [(_f = initialQuery.data) === null || _f === void 0 ? void 0 : _f.searchable]);
|
|
2527
2527
|
// Load more handler
|
|
2528
2528
|
const loadMore = useCallback(async () => {
|
|
2529
2529
|
if (infiniteQuery.hasNextPage && !infiniteQuery.isFetchingNextPage) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dev-fastn-ai/react-core",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.3",
|
|
4
4
|
"description": "React hooks and components for integrating Fastn AI connector marketplace into your applications. Built on top of @fastn-ai/core with React Query for optimal performance.",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|