feat: run biome check on src files #932
Annotations
10 errors
lint:
src/core/withUnistyles/withUnistyles.native.tsx#L41
Argument of type 'Pick<ComponentProps<P>, ("style" | "contentContainerStyle" | keyof TMappings) & (string | number | symbol)>["style"] | undefined' is not assignable to parameter of type 'ViewStyle'.
|
lint:
src/core/withUnistyles/withUnistyles.native.tsx#L42
Property 'displayName' does not exist on type 'TComponent'.
|
lint:
src/core/withUnistyles/withUnistyles.native.tsx#L42
Property 'name' does not exist on type 'TComponent'.
|
lint:
src/core/withUnistyles/withUnistyles.native.tsx#L46
Argument of type 'Pick<ComponentProps<P>, ("style" | "contentContainerStyle" | keyof TMappings) & (string | number | symbol)>["contentContainerStyle"] | undefined' is not assignable to parameter of type 'ViewStyle'.
|
lint:
src/core/withUnistyles/withUnistyles.native.tsx#L47
Property 'displayName' does not exist on type 'TComponent'.
|
lint:
src/core/withUnistyles/withUnistyles.native.tsx#L47
Property 'name' does not exist on type 'TComponent'.
|
lint:
src/core/withUnistyles/withUnistyles.tsx#L53
Argument of type 'UnistylesValues | undefined' is not assignable to parameter of type 'ViewStyle'.
|
lint:
src/core/withUnistyles/withUnistyles.tsx#L54
Property 'displayName' does not exist on type 'TComponent'.
|
lint:
src/core/withUnistyles/withUnistyles.tsx#L54
Property 'name' does not exist on type 'TComponent'.
|
lint:
src/core/withUnistyles/withUnistyles.tsx#L58
Argument of type 'UnistylesValues | undefined' is not assignable to parameter of type 'ViewStyle'.
|