We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b067764 commit f41f539Copy full SHA for f41f539
1 file changed
src/utils/setupGlobalErrorHandling.ts
@@ -39,6 +39,7 @@ class ExtendedError extends Error {
39
const IGNORED_WARNING_MESSAGES = [
40
'`bordered` is deprecated',
41
'Warning: findDOMNode is deprecated',
42
+ 'antd: Form.Item',
43
] as const;
44
45
// 默认配置
0 commit comments