chore: dependency update 🧹 #1437
Annotations
10 errors
Test:
src/components/content/rich-text/rich-text.tsx#L132
An object literal cannot have multiple properties with the same name.
|
Test:
src/components/forms/file-dropper/file-dropper.tsx#L154
Type 'TOpt["returnObjects"] extends true ? $SpecialObject : string' is not assignable to type 'string | undefined'.
|
Test:
src/components/forms/file-dropper/file-dropper.tsx#L154
Expected 3-4 type arguments, but got 1.
|
Test:
src/components/forms/file-dropper/file-dropper.tsx#L211
No overload matches this call.
|
Test:
src/components/i18n-helpers.tsx#L38
Generic type 'UseTranslationOptions<KPrefix>' requires 1 type argument(s).
|
Test:
src/components/layout/header/language-switch.tsx#L48
No overload matches this call.
|
Test:
src/components/layout/header/language-switch.tsx#L49
Expected 3-4 type arguments, but got 1.
|
Test:
src/components/legacy/markdown/markdown-ast.tsx#L17
Argument of type '[{ createElement: any; components: { details(props: any): Element; a(props: any): Element; h1(props: any): Element; h2(props: any): Element; ... 13 more ...; figcaption(props: any): Element; }; }]' is not assignable to parameter of type '[boolean] | [Options]'.
|
Test:
src/components/pages/blog-post/share-panel.tsx#L67
Type '{ children: Element; url: string; quote: string; }' is not assignable to type 'IntrinsicAttributes & Omit<Props<{ hashtag?: string | undefined; }>, "forwardedRef" | "networkName" | "networkLink" | "opts"> & { hashtag?: string | undefined; } & RefAttributes<...>'.
|
Test:
src/components/pages/career-details/career-details.tsx#L54
Type 'TOpt["returnObjects"] extends true ? $SpecialObject : string' is not assignable to type 'string | undefined'.
|