test runner results #1185
Annotations
4 errors
build:
dev/app.tsx#L717
Type '{ name: string; id: number; Test: ({ delay, setRunResults }: { delay: any; setRunResults: any; }) => Element; props: { delay: number; renderId?: undefined; }; key: number; isActive: boolean; runResults: any; setRunResults: (status: any) => any; } | { ...; } | { ...; }' is not assignable to type 'IntrinsicAttributes & { name: any; isActive: any; id: any; Test: any; props: any; runResults: any; setRunResults: any; }'.
|
build
Process completed with exit code 2.
|
lint:
dev/app.tsx#L717
Type '{ name: string; id: number; Test: ({ delay, setRunResults }: { delay: any; setRunResults: any; }) => Element; props: { delay: number; renderId?: undefined; }; key: number; isActive: boolean; runResults: any; setRunResults: (status: any) => any; } | { ...; } | { ...; }' is not assignable to type 'IntrinsicAttributes & { name: any; isActive: any; id: any; Test: any; props: any; runResults: any; setRunResults: any; }'.
|
lint
Process completed with exit code 2.
|