Skip to content

Commit f41f539

Browse files
committed
Update setupGlobalErrorHandling.ts
1 parent b067764 commit f41f539

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utils/setupGlobalErrorHandling.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class ExtendedError extends Error {
3939
const IGNORED_WARNING_MESSAGES = [
4040
'`bordered` is deprecated',
4141
'Warning: findDOMNode is deprecated',
42+
'antd: Form.Item',
4243
] as const;
4344

4445
// 默认配置

0 commit comments

Comments
 (0)