@onehat/ui 0.3.77 → 0.3.78

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": "@onehat/ui",
3
- "version": "0.3.77",
3
+ "version": "0.3.78",
4
4
  "description": "Base UI for OneHat apps",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -645,6 +645,7 @@ function Form(props) {
645
645
 
646
646
  if (self) {
647
647
  self.ref = formRef;
648
+ self.formState = formState;
648
649
  }
649
650
 
650
651
  const sizeProps = {};