@dev-fastn-ai/react-core 2.4.4 → 2.4.5

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -613,7 +613,7 @@ function SelectField({ field, value, onChange, isMulti = false }) {
613
613
  error,
614
614
  search,
615
615
  totalLoadedOptions,
616
- } = useFieldOptions(field,context);
616
+ } = useFieldOptions(field);
617
617
 
618
618
  function handleInputChange(e) {
619
619
  search(e.target.value);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-fastn-ai/react-core",
3
- "version": "2.4.4",
3
+ "version": "2.4.5",
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",