-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.1.0在nextjs13中出现build error #572
Comments
getting same issue |
+1. 寻常react项目打包也出错 |
+1 |
Upgrade |
So react 17.x isn't supported then? |
+1 |
1 similar comment
+1 |
✔️The problem has been resolved. Thank you very much! |
typescript upgrade to 5.x is also required. |
+1 |
I have already upgrade versions but still get error Check out my comment for details; screenshots |
5.1.0在nextjs中出现build error,回退到5.0.1后可正常build。
Type error: Property 'rev' is missing in type '{}' but required in type 'Pick<AntdIconProps, "onClick" | "onSelect" | "dir" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | ... 355 more ... | "twoToneColor">'.
环境:
nextjs 13.4.2
@ant-design/icons 5.1.0
The text was updated successfully, but these errors were encountered: