x-ui-design 0.3.33 → 0.3.34

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.esm.js CHANGED
@@ -998,6 +998,8 @@ const FormItemChildComponent = ({
998
998
  onChange,
999
999
  valuePropName,
1000
1000
  normalize,
1001
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
1002
+ noStyle,
1001
1003
  ...props
1002
1004
  }) => {
1003
1005
  const formContext = useContext(FormContext);