+ ref initialPageCursor
to fix the very first fetching not carrying…
#58
Annotations
21 errors and 4 warnings
codechecks
Process completed with exit code 1.
|
tsc
Expected 2 arguments, but got 1.
|
tsc
Property 'fid' does not exist on type '{ id: number; fid: number; name: string; isCrawling: BoolInt; }[]'. Did you mean 'find'?
|
tsc
Property 'fid' does not exist on type '{ id: number; fid: number; name: string; isCrawling: BoolInt; }[]'. Did you mean 'find'?
|
tsc
Property 'name' does not exist on type '{ id: number; fid: number; name: string; isCrawling: BoolInt; }[]'.
|
tsc
'"@/api"' has no exported member named 'apiForums'. Did you mean 'useApiForums'?
|
tsc
'"@/api"' has no exported member named 'apiStatsForumsPostCount'. Did you mean 'useApiStatsForumsPostCount'?
|
tsc
Argument of type 'never[]' is not assignable to parameter of type 'ApiForums'.
|
tsc
No overload matches this call.
|
tsc
Property 'name' does not exist on type '{}'.
|
tsc
'useApiStatus' is declared but its value is never read.
|
eslint:
fe/src/views/Stats.vue#L136
Unsafe assignment of an `any` value
|
eslint:
fe/src/views/Stats.vue#L136
Unsafe call of an `any` typed value
|
eslint:
fe/src/views/Stats.vue#L136
Unsafe call of an `any` typed value
|
eslint:
fe/src/views/Stats.vue#L137
Unsafe member access .finally on an `any` value
|
eslint:
fe/src/views/Stats.vue#L140
Unsafe argument of type `any` assigned to a parameter of type `{}[] | null | undefined`
|
eslint:
fe/src/views/Stats.vue#L149
Unsafe return of an `any[]` typed value
|
eslint:
fe/src/views/Stats.vue#L149
Unsafe argument of type `any` assigned to a parameter of type `Dictionary<unknown> | NumericDictionary<unknown> | null | undefined`
|
eslint:
fe/src/views/Stats.vue#L164
Unsafe assignment of an `any` value
|
eslint:
fe/src/views/Stats.vue#L164
Unsafe call of an `any` typed value
|
eslint:
fe/src/views/Status.vue#L38
'useApiStatus' is defined but never used
|
eslint:
fe/src/components/Post/renderers/RendererTable.vue#L56
'v-html' directive can lead to XSS attack
|
eslint:
fe/src/components/Post/renderers/RendererTable.vue#L76
'v-html' directive can lead to XSS attack
|
eslint:
fe/src/components/Post/renderers/list/ReplyItem.vue#L36
'v-html' directive can lead to XSS attack
|
eslint:
fe/src/components/Post/renderers/list/SubReplyGroup.vue#L28
'v-html' directive can lead to XSS attack
|