Skip to content

feat: run biome check on src files #932

feat: run biome check on src files

feat: run biome check on src files #932

Triggered via pull request February 4, 2025 09:41
Status Failure
Total duration 47s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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'.