Remove React.forwardRef
#1313
Annotations
9 errors and 1 warning
Check Types:
packages/react/src/emotion-element.tsx#L113
Argument of type '(props: any, cache: any, ref: any) => Element' is not assignable to parameter of type '(props: EmotionProps, context: EmotionCache) => ReactNode'.
|
Check Types:
packages/react/src/emotion-element.tsx#L113
Parameter 'props' implicitly has an 'any' type.
|
Check Types:
packages/react/src/emotion-element.tsx#L113
Parameter 'cache' implicitly has an 'any' type.
|
Check Types:
packages/react/src/emotion-element.tsx#L113
Parameter 'ref' implicitly has an 'any' type.
|
Check Types:
packages/react/src/index.ts#L33
Module '"./types"' has no exported member 'PropsOf'.
|
Check Types:
packages/styled/src/base.tsx#L123
Argument of type '(props: Record<string, unknown>, cache: any, ref: any) => Element' is not assignable to parameter of type '(props: Record<string, unknown>, context: EmotionCache) => ReactNode'.
|
Check Types:
packages/styled/src/base.tsx#L123
Parameter 'cache' implicitly has an 'any' type.
|
Check Types:
packages/styled/src/base.tsx#L123
Parameter 'ref' implicitly has an 'any' type.
|
Check Types
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading