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
TS2322: Type '{ children: Element[]; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<IconProps & { children?: ReactNode; } & ...'.
Type '{ children: Element[]; }' is not assignable to type 'Readonly<IconProps & { children?: ReactNode; } & ClassAttributes<HTMLDivElement> & HTMLAttributes...'.
Property 'name' is missing in type '{ children: Element[]; }'.
The text was updated successfully, but these errors were encountered:
emotion
version: 9.1.3react
version: 16Consider
Wrapper
defined like this:Then this component will not compile:
Typescript error:
The text was updated successfully, but these errors were encountered: