Update mantine monorepo to v7 (major) #175
Annotations
10 errors
Type Check:
src/ThemeProvider.tsx#L2
Module '"@mantine/core"' has no exported member 'ColorScheme'.
|
Type Check:
src/ThemeProvider.tsx#L3
Module '"@mantine/core"' has no exported member 'ColorSchemeProvider'.
|
Type Check:
src/ThemeProvider.tsx#L6
'"@mantine/notifications"' has no exported member named 'NotificationsProvider'. Did you mean 'NotificationsProps'?
|
Type Check:
src/ThemeProvider.tsx#L22
Type '{ colorScheme: ColorScheme; focusRing?: "auto" | "always" | "never" | undefined; scale?: number | undefined; fontSmoothing?: boolean | undefined; white?: string | undefined; black?: string | undefined; ... 20 more ...; other?: PartialObjectDeep<...> | undefined; }' is not assignable to type 'PartialObjectDeep<MantineTheme, {}>'.
|
Type Check:
src/common/status-color.ts#L1
Cannot find module '@mantine/styles' or its corresponding type declarations.
|
Type Check:
src/components/BacklogView/BacklogView.tsx#L171
Type '{ children: Element[]; sx: { minHeight: string; }; }' is not assignable to type 'IntrinsicAttributes & StackProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
|
Type Check:
src/components/BacklogView/BacklogView.tsx#L172
Type '{ children: Element[]; align: "left"; spacing: number; }' is not assignable to type 'IntrinsicAttributes & StackProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
|
Type Check:
src/components/BacklogView/BacklogView.tsx#L174
Type '{ children: Element[]; spacing: string; c: "dimmed"; }' is not assignable to type 'IntrinsicAttributes & GroupProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
|
Type Check:
src/components/BacklogView/BacklogView.tsx#L177
Type '{ children: string; onClick: () => void; sx: { ":hover": { textDecoration: string; cursor: string; }; }; }' is not assignable to type 'IntrinsicAttributes & TextProps & ComponentProp<"p"> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">, "component" | keyof TextProps> & { ...; }'.
|
Type Check:
src/components/BacklogView/BacklogView.tsx#L194
Type '{ placeholder: string; icon: Element; value: string; onChange: (event: ChangeEvent<HTMLInputElement>) => void; }' is not assignable to type 'IntrinsicAttributes & TextInputProps & RefAttributes<HTMLInputElement> & { component?: any; renderRoot?: ((props: Record<...>) => ReactNode) | undefined; }'.
|