@react-typed-forms/schemas 16.2.0 → 16.2.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/lib/index.js CHANGED
@@ -1569,7 +1569,8 @@ function RenderForm({
1569
1569
  readonly,
1570
1570
  disabled,
1571
1571
  variables,
1572
- formState
1572
+ formState,
1573
+ hidden
1573
1574
  });
1574
1575
  const labelAndChildren = renderControlLayout({
1575
1576
  formNode: form,