Updated to qwik 1.3.0 #1361
Annotations
6 errors
packages/kit-headless/src/components/carousel/carousel.tsx#L130
Type '{ children: Element; className?: ClassList; contentEditable?: "true" | "false" | "inherit" | undefined; style?: string | CSSProperties | undefined; ... 579 more ...; align?: string | undefined; }' is not assignable to type 'HTMLAttributes<HTMLElement, JSXChildren> & {}'.
|
packages/kit-headless/src/components/tabs/tabs.tsx#L122
Type '{}' is not assignable to type 'JSXChildren'.
|
packages/kit-headless/src/components/tabs/tabs.tsx#L130
Type '{}' is not assignable to type 'string'.
|
packages/kit-headless/src/components/tabs/tabs.tsx#L136
Conversion of type '{ tabId: {}; index: number; panelProps: Record<any, unknown>; }' to type 'TabInfo' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
packages/kit-headless/src/components/tabs/tabs.tsx#L168
Type 'Record<any, unknown>' is not assignable to type 'TabProps'.
|
|
The logs for this run have expired and are no longer available.
Loading