Skip to content

[TS migration] Prepare remaining files for Onyx.js migration #151

[TS migration] Prepare remaining files for Onyx.js migration

[TS migration] Prepare remaining files for Onyx.js migration #151

Triggered via pull request March 11, 2024 16:49
Status Failure
Total duration 30s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
lint: lib/OnyxCache.ts#L129
Cannot find name 'Key'.
lint: lib/PerformanceUtils.ts#L3
Module '"./Onyx"' has no exported member 'Mapping'. Did you mean to use 'import Mapping from "./Onyx"' instead?
lint: lib/storage/WebStorage.ts#L7
Module '"./providers/types"' has no exported member 'Key'. Did you mean to use 'import Key from "./providers/types"' instead?
lint: tests/unit/useOnyxTest.ts#L101
Argument of type '"test"' is not assignable to parameter of type 'OnyxCollection<unknown>'.
lint: tests/unit/useOnyxTest.ts#L265
Argument of type '"test"' is not assignable to parameter of type 'OnyxCollection<unknown>'.
lint: tests/unit/useOnyxTest.ts#L345
Argument of type '"test1"' is not assignable to parameter of type 'OnyxCollection<unknown>'.
lint: tests/unit/useOnyxTest.ts#L361
Argument of type '"test1"' is not assignable to parameter of type 'OnyxCollection<unknown>'.
lint: tests/unit/useOnyxTest.ts#L382
Argument of type '"test1"' is not assignable to parameter of type 'OnyxCollection<unknown>'.
lint
Process completed with exit code 2.