ant-design/components/form
Karott 338ec7dad7
perf: refactor devWarning for production code size (#35411)
* pref: better code style for production

* refactor `devWarning`

* don't use `useEffect` only wrap `devWarning`

* chore: add 'noop' to coverage

* chore: add test cases for devWarning

* chore: add test case

* chore: update test cases for devWarning

* chore: restore test script command

* fix: remove 'throw new Error'

* should not use `throw` for browser

* chore: update test case for AutoComplete

* perf: add prefix for `devWarning`

* update RegExp for UMD

* add prefix for ES and CJS

* chore: better code style

* perf:

* upgrade antd-tools

* remove `injectWarningCondition`

* rename `devWarning` to `warning`

* chore: better code style

* chore: better code style

* chore: restore hasValidName
2022-05-10 15:43:29 +08:00
..
__tests__ test: update snapshot (#35452) 2022-05-09 20:25:55 +08:00
demo chore: eslint add consistent-type-imports (#35419) 2022-05-07 14:31:54 +08:00
hooks chore: eslint add consistent-type-imports (#35419) 2022-05-07 14:31:54 +08:00
style chore: merge conflict 2022-04-11 17:41:54 +08:00
changelog.md feat: New Form (#17327) 2019-07-03 20:14:39 +08:00
context.tsx chore: eslint add consistent-type-imports (#35419) 2022-05-07 14:31:54 +08:00
ErrorList.tsx chore: eslint add consistent-type-imports (#35419) 2022-05-07 14:31:54 +08:00
Form.tsx chore: eslint add consistent-type-imports (#35419) 2022-05-07 14:31:54 +08:00
FormItem.tsx perf: refactor devWarning for production code size (#35411) 2022-05-10 15:43:29 +08:00
FormItemInput.tsx chore: eslint add consistent-type-imports (#35419) 2022-05-07 14:31:54 +08:00
FormItemLabel.tsx chore: eslint add consistent-type-imports (#35419) 2022-05-07 14:31:54 +08:00
FormList.tsx perf: refactor devWarning for production code size (#35411) 2022-05-10 15:43:29 +08:00
index.en-US.md docs: fix form instance type error (#35320) 2022-04-29 14:35:23 +08:00
index.tsx perf: refactor devWarning for production code size (#35411) 2022-05-10 15:43:29 +08:00
index.zh-CN.md docs: fix form instance type error (#35320) 2022-04-29 14:35:23 +08:00
interface.ts feat: form instance support getFieldInstance (#24711) 2020-06-05 18:06:52 +08:00
util.ts chore: eslint add consistent-type-imports (#35419) 2022-05-07 14:31:54 +08:00
v3.en-US.md docs: fix errors in example code (#28677) 2021-01-04 18:43:59 +08:00
v3.zh-CN.md docs: fix errors in example code (#28677) 2021-01-04 18:43:59 +08:00