Refactor router links in Carousel and Modal components #6
Annotations
10 errors
components/Carousel.tsx#L19
Argument of type 'number' is not assignable to parameter of type 'SetStateAction<null>'.
|
components/Carousel.tsx#L38
Type 'string | undefined' is not assignable to type 'string | StaticImport'.
|
components/Modal.tsx#L27
Cannot invoke an object which is possibly 'undefined'.
|
components/Modal.tsx#L63
Type 'MutableRefObject<undefined>' is not assignable to type 'MutableRefObject<HTMLElement | null>'.
|
components/Modal.tsx#L67
Type 'MutableRefObject<undefined>' is not assignable to type 'Ref<HTMLDivElement> | undefined'.
|
components/Modal2.tsx#L27
Expected 1-2 arguments, but got 3.
|
components/Modal2.tsx#L28
Cannot invoke an object which is possibly 'undefined'.
|
components/Modal2.tsx#L43
Expected 1-2 arguments, but got 3.
|
components/Modal2.tsx#L64
Type 'MutableRefObject<undefined>' is not assignable to type 'MutableRefObject<HTMLElement | null>'.
|
components/SharedModal.tsx#L31
Argument of type 'number' is not assignable to parameter of type 'never'.
|
The logs for this run have expired and are no longer available.
Loading