@saas-ui/forms 2.6.7 → 2.6.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/forms",
3
- "version": "2.6.7",
3
+ "version": "2.6.8",
4
4
  "description": "Fully functional forms for Chakra UI.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
package/src/form.tsx CHANGED
@@ -70,7 +70,7 @@ interface FormOptions<
70
70
  /**
71
71
  * The Hook Form state ref.
72
72
  */
73
- formRef?: React.RefObject<UseFormReturn<TFieldValues, TContext>>
73
+ formRef?: React.Ref<UseFormReturn<TFieldValues, TContext>>
74
74
  /**
75
75
  * The form children, can be a render prop or a ReactNode.
76
76
  */