💄 修复特定条件下的渲染异常 #556
Annotations
8 errors, 2 warnings, and 1 notice
ESLint:
src/components/wiki/twc-materials.vue#L105
ESLint: Expected an assignment or function call and instead saw an expression. (@typescript-eslint/no-unused-expressions)
|
ESLint:
src/plugins/Hutao/types/Abyss.d.ts#L141
ESLint: An interface declaring no members is equivalent to its supertype. (@typescript-eslint/no-empty-object-type)
|
ESLint:
src/web/request/getDeviceFp.ts#L105
ESLint: 'error' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
src/components/userRecord/tur-world-grid.vue#L34
ESLint: 'e' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
src/utils/TGShare.ts#L155
ESLint: 'e' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
src/components/config/tc-info.vue#L117
ESLint: 'e' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
src/utils/dataBS.ts#L120
ESLint: 'e' is defined but never used. (@typescript-eslint/no-unused-vars)
|
Attempt to assign to const or readonly variable:
src/components/home/t-pool.vue#L125
Attempt to assign to const or readonly variable
|
Syntax errors and unresolved references in JSDoc:
src/types/Plugins/UIGF.d.ts#L27
Unresolved variable or type 'GachaItem4'
|
qodana
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Comparison of expressions having incompatible types:
src/components/post/tp-text.vue#L124
Condition is always false since types 'string extends (Builtin \| Ref \| RefUnwrapBailTypes\[keyof RefUnwrapBailTypes\] \| {RawSymbol?: true}) ? string : (string extends Map ? (Map\> \& UnwrapRef\>\>) : (string extends WeakMap ? (WeakMap\> \& UnwrapRef\>\>) : (string extends Set ? (Set\> \& UnwrapRef\>\>) : (string extends WeakSet ? (WeakSet\> \& UnwrapRef\>\>) : (string extends ReadonlyArray ? {\[K in keyof string\]: UnwrapRefSimple} : (string extends (object \& {ShallowReactiveMarker?: never}) ? {\[P in keyof string\]: P extends symbol ? string\[P\] : UnwrapRef\<...\[...\]\>} : string))))))' and 'null' have no overlap
|