We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No overload matches this call. 8 more ...; twoTone Overload 1 of 2, '(props: { cite?: string | undefined; data?: string | undefined; form?: string | undefined; label?: string | undefined; slot?: string | undefined; span?: number | undefined; style?: CSSProperties | undefined; ... 358 more ...; css?: CSSProp<...> | undefined; } & { ...; } & { ...; }): ReactElement<...>', gave the following error. Property 'rev' is missing in type '{}' but required in type '{ cite?: string | undefined; data?: string | undefined; form?: string | undefined; label?: string | undefined; slot?: string | undefined; span?: number | undefined; style?: CSSProperties | undefined; ... 358 more ...; css?: CSSProp<...> | undefined; }'. Overload 2 of 2, '(props: StyledComponentPropsWithAs & RefAttributes<...>>, ... 4 more ..., ForwardRefExoticComponent<...>>): ReactElement<...>', gave the following error. Property 'rev' is missing in type '{}' but required in type '{ cite?: string | undefined; data?: string | undefined; form?: string | /nodejs.org/api/err undefined; label?: string | undefined; slot?: string | undefined; span?: number | undefined; style?: CSSProperties | undefined; ... 358 more ...; css?: CSSProp<...> | undefined; }'. TS2769
34 | setTitle(pendingTitle || t('authenticating')); 35 | setDesc(pendingMessage || t('authenticatingDesc'));
36 | setIcon();
| ^ 37 | break; 38 | case AuthorizationStatus.Error: 39 | setTitle(errorTitle || t('error'));
The text was updated successfully, but these errors were encountered:
ant-design/ant-design-icons#354
ant-design/ant-design-icons#483
Sorry, something went wrong.
遇到同样的问题,请问解决了吗
升级 "@types/react": "17.0.65",
scottsut
No branches or pull requests
No overload matches this call. 8 more ...; twoTone
Overload 1 of 2, '(props: { cite?: string | undefined; data?: string | undefined; form?: string | undefined; label?: string | undefined; slot?: string | undefined; span?: number | undefined; style?: CSSProperties | undefined; ... 358 more ...; css?: CSSProp<...> | undefined; } & { ...; } & { ...; }): ReactElement<...>', gave the following error.
Property 'rev' is missing in type '{}' but required in type '{ cite?: string | undefined; data?: string | undefined; form?: string |
undefined; label?: string | undefined; slot?: string | undefined; span?: number | undefined; style?: CSSProperties | undefined; ... 358 more ...; css?: CSSProp<...> | undefined; }'.
Overload 2 of 2, '(props: StyledComponentPropsWithAs & RefAttributes<...>>, ... 4 more ..., ForwardRefExoticComponent<...>>): ReactElement<...>', gave the following error.
Property 'rev' is missing in type '{}' but required in type '{ cite?: string | undefined; data?: string | undefined; form?: string | /nodejs.org/api/err
undefined; label?: string | undefined; slot?: string | undefined; span?: number | undefined; style?: CSSProperties | undefined; ... 358 more ...; css?: CSSProp<...> | undefined; }'. TS2769
The text was updated successfully, but these errors were encountered: