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 'ComponentType<any> | keyof IntrinsicElements' is not assignable to type '"length" | "toString" | "charAt" | "charCodeAt" | "concat" | "indexOf" | "lastIndexOf" | "localeCompare" | "match" | "replace" | "search" | "slice" | "split" | "substring" | "toLowerCase" | ... 34 more ... | ComponentType<...>'.
Type '"symbol"' is not assignable to type '"length" | "toString" | "charAt" | "charCodeAt" | "concat" | "indexOf" | "lastIndexOf" | "localeCompare" | "match" | "replace" | "search" | "slice" | "split"
| "substring" | "toLowerCase" | ... 34 more ... | ComponentType<...>'.
Type 'C' is not assignable to type 'FunctionComponent<any>'.
Type 'ComponentType<any> | keyof IntrinsicElements' is not assignable to type 'FunctionComponent<any>'.
Type 'string' is not assignable to type 'FunctionComponent<any>'.
89 > extends ForwardRefExoticBase<StyledComponentProps<C, O, A>> {
Code snippet:
The text was updated successfully, but these errors were encountered: