Remove React.forwardRef
#1317
Annotations
8 errors and 1 warning
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'.
|
packages/react/src/emotion-element.tsx#L113
Parameter 'props' implicitly has an 'any' type.
|
packages/react/src/emotion-element.tsx#L113
Parameter 'cache' implicitly has an 'any' type.
|
packages/react/src/emotion-element.tsx#L113
Parameter 'ref' implicitly has an 'any' type.
|
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'.
|
packages/styled/src/base.tsx#L123
Parameter 'cache' implicitly has an 'any' type.
|
packages/styled/src/base.tsx#L123
Parameter 'ref' implicitly has an 'any' type.
|
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
The logs for this run have expired and are no longer available.
Loading