feat: nexmoe design #22
Annotations
10 errors and 1 warning
testCodebase:
components/flow/Index.vue#L22
Type 'string | null' is not assignable to type 'string | undefined'.
|
testCodebase:
components/flow/Index.vue#L26
Argument of type '{ module: { id: string; createdAt: string; updatedAt: string; title: string; date: string; url: string; image: string | null; content: string; platform: string[]; flowId: string | null; }; }' is not assignable to parameter of type 'Partial<{}> & Omit<{ readonly module: NModule; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, never> & Record<...>'.
|
testCodebase:
components/flow/Index.vue#L27
Argument of type '{ module: { id: string; createdAt: string; updatedAt: string; title: string; date: string; url: string; image: string | null; content: string; platform: string[]; flowId: string | null; }; }' is not assignable to parameter of type 'Partial<{}> & Omit<{ readonly module: NModule; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, never> & Record<...>'.
|
testCodebase:
components/flow/Index.vue#L28
Argument of type '{ module: { id: string; createdAt: string; updatedAt: string; title: string; date: string; url: string; image: string | null; content: string; platform: string[]; flowId: string | null; }; }' is not assignable to parameter of type 'Partial<{}> & Omit<{ readonly module: NModule; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, never> & Record<...>'.
|
testCodebase:
components/module/Image.vue#L25
Argument of type 'Date' is not assignable to parameter of type 'string | number'.
|
testCodebase:
components/public/Header.vue#L6
Cannot find module '@/components/ui/sheet' or its corresponding type declarations.
|
testCodebase:
components/Social.vue#L7
Cannot find module '@/components/ui/tooltip' or its corresponding type declarations.
|
testCodebase:
components/Social.vue#L38
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ github: string; telegram: string; medium: string; twitter: string; bilibili: string; }'.
|
testCodebase:
components/Social.vue#L43
Property 'count' does not exist on type '{}'.
|
testCodebase:
components/Social.vue#L43
Property 'count' does not exist on type '{}'.
|
testCodebase
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|