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