You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type '{ children: Element; tip: string; size: "large"; spinning: boolean; indicator: Element; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Spin>
#1131
type '{ children: Element; tip: string; size: "large"; spinning: boolean; indicator: Element; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes
The text was updated successfully, but these errors were encountered:
tsx使用spin标签报错
<Spin
tip={"Loading..."}
size={"large"}
spinning={!userinfo?.address}
indicator={antIcon}
>
type '{ children: Element; tip: string; size: "large"; spinning: boolean; indicator: Element; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes
The text was updated successfully, but these errors were encountered: