chore: yarn up '*' #757
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
13 errors
build
Process completed with exit code 1.
|
test
Process completed with exit code 1.
|
lint
Process completed with exit code 2.
|
typecheck:
src/Button/ColoredButtons.tsx#L4
Module '"styled-components"' has no exported member 'ThemedStyledProps'. Did you mean to use 'import ThemedStyledProps from "styled-components"' instead?
|
typecheck:
src/Space/index.stories.tsx#L33
No overload matches this call.
|
typecheck:
src/Space/index.stories.tsx#L41
No overload matches this call.
|
typecheck:
src/Space/index.stories.tsx#L47
No overload matches this call.
|
typecheck:
src/Space/index.stories.tsx#L59
No overload matches this call.
|
typecheck:
src/Space/index.tsx#L12
Expected 0 type arguments, but got 1.
|
typecheck:
src/Space/index.tsx#L13
Argument of type 'string' is not assignable to parameter of type '"block" | keyof SpaceProps'.
|
typecheck:
src/Space/index.tsx#L16
Property 'block' does not exist on type 'ExecutionContext & FastOmit<SpaceProps & { children?: ReactNode; }, never>'.
|
typecheck:
src/Table/index.tsx#L32
Argument of type '{}' is not assignable to parameter of type 'RecordType'.
|
typecheck:
src/styled-utils.ts#L1
Module '"styled-components"' has no exported member 'ThemeProps'. Did you mean to use 'import ThemeProps from "styled-components"' instead?
|