Skip to content

feat(storage): provide type safety for useStorage #4606

feat(storage): provide type safety for useStorage

feat(storage): provide type safety for useStorage #4606

Triggered via pull request December 10, 2023 10:12
Status Failure
Total duration 43s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

8 errors
ci (ubuntu-latest): src/runtime/storage.ts#L3
Cannot find module '../../utils/storage' or its corresponding type declarations.
ci (ubuntu-latest): src/runtime/storage.ts#L4
Cannot find module '../../types/utils' or its corresponding type declarations.
ci (ubuntu-latest): src/runtime/storage.ts#L8
'StorageKeys' cannot be used as a value because it was imported using 'import type'.
ci (ubuntu-latest): src/runtime/storage.ts#L8
The value 'undefined' cannot be used here.
ci (ubuntu-latest): src/runtime/storage.ts#L10
Argument of type 'number' is not assignable to parameter of type 'string'.
ci (ubuntu-latest)
Process completed with exit code 1.
ci (windows-latest)
The job was canceled because "ubuntu-latest" failed.
ci (windows-latest)
The operation was canceled.