fix(deps): bump @chakra-ui/theme from 2.2.4 to 3.3.1 #4478
Annotations
10 errors
build:
packages/frontend/src/pages/insight-editor/components/insight-metadata-editor/insight-authors.tsx#L74
Type '(base: CSSObjectWithLabel) => { width: string; accentColor?: AccentColor | readonly AccentColor[] | AccentColor[] | undefined; ... 955 more ...; label?: string | undefined; }' is not assignable to type 'StylesConfigFunction<ContainerProps<any, true, GroupBase<any>>>'.
|
build:
packages/frontend/src/pages/insight-editor/components/insight-metadata-editor/insight-authors.tsx#L75
Type '(base: CSSObjectWithLabel) => { paddingLeft: string; accentColor?: AccentColor | readonly AccentColor[] | AccentColor[] | undefined; ... 955 more ...; label?: string | undefined; }' is not assignable to type 'StylesConfigFunction<ValueContainerProps<any, true, GroupBase<any>>>'.
|
build:
packages/frontend/src/pages/insight-editor/components/insight-metadata-editor/insight-authors.tsx#L112
Type '(base: CSSObjectWithLabel) => { width: string; accentColor?: AccentColor | readonly AccentColor[] | AccentColor[] | undefined; ... 955 more ...; label?: string | undefined; }' is not assignable to type 'StylesConfigFunction<ContainerProps<any, true, GroupBase<any>>>'.
|
build:
packages/frontend/src/pages/insight-editor/components/insight-metadata-editor/insight-authors.tsx#L113
Type '(base: CSSObjectWithLabel) => { paddingLeft: string; accentColor?: AccentColor | readonly AccentColor[] | AccentColor[] | undefined; ... 955 more ...; label?: string | undefined; }' is not assignable to type 'StylesConfigFunction<ValueContainerProps<any, true, GroupBase<any>>>'.
|
build:
packages/frontend/src/pages/insight-editor/components/insight-metadata-editor/insight-tags.tsx#L81
Type '(base: CSSObjectWithLabel) => { width: string; accentColor?: AccentColor | readonly AccentColor[] | AccentColor[] | undefined; ... 955 more ...; label?: string | undefined; }' is not assignable to type 'StylesConfigFunction<ContainerProps<any, true, GroupBase<any>>>'.
|
build:
packages/frontend/src/pages/insight-editor/components/insight-metadata-editor/insight-tags.tsx#L82
Type '(base: CSSObjectWithLabel) => { paddingLeft: string; accentColor?: AccentColor | readonly AccentColor[] | AccentColor[] | undefined; ... 955 more ...; label?: string | undefined; }' is not assignable to type 'StylesConfigFunction<ValueContainerProps<any, true, GroupBase<any>>>'.
|
build:
packages/frontend/src/pages/insight-editor/components/insight-metadata-editor/insight-team.tsx#L80
Type '(base: CSSObjectWithLabel) => { width: string; accentColor?: AccentColor | readonly AccentColor[] | AccentColor[] | undefined; ... 955 more ...; label?: string | undefined; }' is not assignable to type 'StylesConfigFunction<ContainerProps<{ value: any; label: any; }, false, GroupBase<{ value: any; label: any; }>>>'.
|
build:
packages/frontend/src/pages/insight-editor/components/insight-metadata-editor/insight-team.tsx#L81
Type '(base: CSSObjectWithLabel) => { paddingLeft: string; accentColor?: AccentColor | readonly AccentColor[] | AccentColor[] | undefined; ... 955 more ...; label?: string | undefined; }' is not assignable to type 'StylesConfigFunction<ValueContainerProps<{ value: any; label: any; }, false, GroupBase<{ value: any; label: any; }>>>'.
|
build:
packages/frontend/src/pages/insight-editor/components/insight-metadata-editor/insight-metadata-editor.tsx#L149
Type '(base: CSSObjectWithLabel) => { width: string; accentColor?: AccentColor | readonly AccentColor[] | AccentColor[] | undefined; ... 955 more ...; label?: string | undefined; }' is not assignable to type 'StylesConfigFunction<ContainerProps<"" | { value: ItemType; label: string; name: ItemType; }, false, GroupBase<"" | { value: ItemType; label: string; name: ItemType; }>>>'.
|
build:
packages/frontend/src/pages/insight-editor/components/insight-metadata-editor/insight-metadata-editor.tsx#L150
Type '(base: CSSObjectWithLabel) => { paddingLeft: string; accentColor?: AccentColor | readonly AccentColor[] | AccentColor[] | undefined; ... 955 more ...; label?: string | undefined; }' is not assignable to type 'StylesConfigFunction<ValueContainerProps<"" | { value: ItemType; label: string; name: ItemType; }, false, GroupBase<"" | { value: ItemType; label: string; name: ItemType; }>>>'.
|