fix(deps): update react monorepo to v19 (major) #319
Annotations
10 errors
Run pnpm tsc --noEmit:
src/renderer/components/notifications/AccountNotifications.tsx#L117
Type '{ children: Element; onClick: () => void; paddingInline: "space.100"; paddingBlock: "space.050"; backgroundColor: "color.background.accent.red.subtler" | "color.background.accent.blue.subtler" | "color.background.accent.gray.subtler"; xcss: { ...; }; }' is not assignable to type 'IntrinsicAttributes & Omit<{}, "className" | "as"> & BasePrimitiveProps & StyleProp & BaseBoxProps<CustomElementType<any>>'.
|
Run pnpm tsc --noEmit:
src/renderer/components/notifications/NotificationRow.tsx#L72
Type '{ children: Element; id: string; }' is not assignable to type 'IntrinsicAttributes & Omit<{}, "className" | "as"> & BasePrimitiveProps & StyleProp & BaseBoxProps<CustomElementType<any>>'.
|
Run pnpm tsc --noEmit:
src/renderer/components/notifications/NotificationRow.tsx#L92
Type '{ children: Element; id: string; onClick: () => void; testId: string; }' is not assignable to type 'IntrinsicAttributes & Omit<{}, "className" | "as"> & BasePrimitiveProps & StyleProp & BaseBoxProps<CustomElementType<any>>'.
|
Run pnpm tsc --noEmit:
src/renderer/components/notifications/NotificationRow.tsx#L98
Type '{ children: (string | Element)[]; id: string; }' is not assignable to type 'IntrinsicAttributes & Omit<{}, "className" | "as"> & BasePrimitiveProps & StyleProp & BaseBoxProps<CustomElementType<any>>'.
|
Run pnpm tsc --noEmit:
src/renderer/components/notifications/NotificationRow.tsx#L105
Type '{ children: Element[]; id: string; }' is not assignable to type 'IntrinsicAttributes & Omit<{}, "className" | "as"> & BasePrimitiveProps & StyleProp & BaseBoxProps<CustomElementType<any>>'.
|
Run pnpm tsc --noEmit:
src/renderer/components/notifications/NotificationRow.tsx#L106
Type '{ children: Element; id: string; }' is not assignable to type 'IntrinsicAttributes & Omit<{}, "className" | "as"> & BasePrimitiveProps & StyleProp & BaseBoxProps<CustomElementType<any>>'.
|
Run pnpm tsc --noEmit:
src/renderer/components/notifications/NotificationRow.tsx#L118
Type '{ children: Element; id: string; paddingInlineStart: "space.025"; }' is not assignable to type 'IntrinsicAttributes & Omit<{}, "className" | "as"> & BasePrimitiveProps & StyleProp & BaseBoxProps<CustomElementType<any>>'.
|
Run pnpm tsc --noEmit:
src/renderer/components/notifications/NotificationRow.tsx#L138
Type '{ children: Element; id: string; }' is not assignable to type 'IntrinsicAttributes & Omit<{}, "className" | "as"> & BasePrimitiveProps & StyleProp & BaseBoxProps<CustomElementType<any>>'.
|
Run pnpm tsc --noEmit:
src/renderer/components/notifications/ProductNotifications.tsx#L51
Type '{ children: Element; onClick: () => void; paddingInlineStart: "space.050"; paddingInlineEnd: "space.100"; paddingBlock: "space.050"; backgroundColor: "color.background.accent.blue.subtlest" | "color.background.accent.gray.subtlest"; xcss: { ...; }; }' is not assignable to type 'IntrinsicAttributes & Omit<{}, "className" | "as"> & BasePrimitiveProps & StyleProp & BaseBoxProps<CustomElementType<any>>'.
|
Run pnpm tsc --noEmit:
src/renderer/hooks/useInterval.ts#L5
Expected 1 arguments, but got 0.
|
Loading