Skip to content

feat: sessions page + session replay details page MVP #2239

feat: sessions page + session replay details page MVP

feat: sessions page + session replay details page MVP #2239

Triggered via pull request February 6, 2025 23:53
Status Failure
Total duration 2m 51s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
lint
Argument of type '{ enabled: boolean; keepPreviousData: boolean; shouldAbortPendingRequest: true; }' is not assignable to parameter of type 'UseQueryOptions<any, Error, any, QueryKey> & { shouldAbortPendingRequest?: boolean | undefined; }'.
lint
Type '{ children: string; variant: "outline-success"; className: string; target: string; href: string; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & ComponentProp<"button"> & Omit<Omit<DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "component" | keyof ButtonProps> & { ...; }'.
lint
Property 'keepPreviousData' does not exist on type 'UseQueryOptions<any, Error, any, QueryKey> & { shouldAbortPendingRequest?: boolean | undefined; }'.
lint
Argument of type 'Enabled<any, Error, any, QueryKey>' is not assignable to parameter of type 'boolean | (() => boolean)'.
lint
Process completed with exit code 2.