field-form
field-form copied to clipboard
⚡️ React Performance First Form Component
https://github.com/react-component/field-form/issues/515
## 问题 以下情况不会触发dependencies更新 - `setFields`(点击`更改Name`) - 添加新`Field`组件(输入name值,创建新的Gender字段,但不会出现Height字段) ## Demo https://codesandbox.io/s/bugdemo-k9jl2m?file=/demo.js ## 期望 `setFields`或添加新`Field`(有默认值时)能够触发`denpendencies`更新
Bumps [@umijs/test](https://github.com/umijs/umi) from 3.5.34 to 4.0.25. Release notes Sourced from @umijs/test's releases. v4.0.25 What's Changed 新增 MFSU 模式默认开启 eager 模式 by @stormslowly in umijs/umi#9490 新增 antd 插件支持 v5 的 theme...
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.25.0. Release notes Sourced from eslint's releases. v8.25.0 Features 173e820 feat: Pass --max-warnings value to formatters (#16348) (Brandon Mills) 6964cb1 feat: remove support for ignore...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.24 to 29.1.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 4.4.10 to 8.0.4. Release notes Sourced from react-redux's releases. v8.0.4 This patch release fixes some minor TS types issues, and updates the rarely-used areStatesEqual option for connect...
## JSX ```javascript {(fields, { add, remove }) => ( {fields.map((field) => ( prevValues.area !== curValues.area || prevValues.sights !== curValues.sights } > {() => ( {(sights[form.getFieldValue("area")] || []).map( (item) =>...
https://github.com/ant-design/ant-design/issues/36985
现在`FieldData` 的`error`类型是 `string[]`, `antd mobile` 里定义的`message` 是 `string | ReactElememt[]` ,期望 `error`类型也可以支持 `reactElement`
ref: [ant-design/ant-design#47952](https://github.com/ant-design/ant-design/issues/47952)