Skip to content

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

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

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

Triggered via pull request March 11, 2024 17:04
Status Failure
Total duration 27s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
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.