field-form
field-form copied to clipboard
⚡️ React Performance First Form Component
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 50.0.1 to 51.0.1. Release notes Sourced from eslint-plugin-unicorn's releases. v51.0.1 prefer-node-protocol: Fix false positive on bun:* modules (#2272) 43fc638 https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v51.0.0...v51.0.1 v51.0.0 Breaking consistent-destructuring: Remove from recommended preset...
ESM is for modern usage and should not include babel runtime. The babel regenerator runtime requires `unsafe-eval` CSP which is a safety concern. Removing the babel polyfill can fix this...
if (count > 0) { return; } 永远无法执行
I'm working on a project with react 18 and I decided to update the project for that. I reviewed all the tests. I'm still testing it, but I'll leave this...
> `/*#__PURE__*/` 和函数调用之间只能有空格。 代码打包导致 `/*#__PURE__*/` 添加在注释的前面,不是函数调用的前面,导致在 rollup 中无效:  更改代码注释的位置,能够得到有效的 `/*#__PURE__*/`:  --- 2024 年 01 月 16 日 14:01:46
Since switching to Vite.js 5 (using Ant 4) I get the following information during a build: ``` yarn run v1.22.19 $ vite build vite v5.0.0 building for production... transforming... node_modules/rc-field-form/es/utils/validateUtil.js...
Bumps [@umijs/test](https://github.com/umijs/umi) from 3.5.37 to 4.0.56. Release notes Sourced from @umijs/test's releases. v4.0.56 What's Changed 修复约定式 Loading 在 Windows 下编译报错的问题 by @fz6m in umijs/umi#10669 修复 Helmet Context 在 SSR 下冲突导致标签生成失败的问题...
Bumps [father](https://github.com/umijs/father) from 2.30.23 to 4.1.6. Commits 4563346 build: release 4.1.6 49cd3a0 fix: dist lost if multi-entry umd used in dev command (#590) 4586693 refactor: allow advanced externals usage for...