chore(deps): bump the production-dependencies group across 1 directory with 8 updates #994
Annotations
7 errors
validate:
src/components/MetadataModal.tsx#L45
Argument of type 'ComponentWithAs<"section", ModalContentProps>' is not assignable to parameter of type 'string | ForwardRefExoticComponent<ModalContentProps>'.
|
validate:
src/components/MetadataModal.tsx#L46
Argument of type 'ComponentWithAs<"header", ModalHeaderProps>' is not assignable to parameter of type 'string | ForwardRefExoticComponent<ModalHeaderProps>'.
|
validate:
src/components/MetadataModal.tsx#L159
Type '{ children: Element[]; style: { x: MotionValue<number>; y: MotionValue<number>; }; pointerEvents: string; containerProps: { pointerEvents: string; }; overflow: string; ... 5 more ...; _focus: { ...; }; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement> & MotionProps & RefAttributes<...>'.
|
validate:
src/components/MetadataModal.tsx#L179
Type '{ children: (false | Element)[]; onPan: (e: PointerEvent, info: PanInfo) => void; onMouseDown: () => void; onMouseUp: () => void; cursor: string; paddingBottom: string; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement> & MotionProps & RefAttributes<...>'.
|
validate:
src/routes/users/Users.tsx#L125
'StackItem' cannot be used as a value because it was exported using 'export type'.
|
validate:
src/routes/users/Users.tsx#L168
'StackItem' cannot be used as a value because it was exported using 'export type'.
|
validate
Process completed with exit code 2.
|