Skip to content

feat: improve export #205

feat: improve export

feat: improve export #205

Triggered via push July 16, 2024 13:00
Status Failure
Total duration 1m 7s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Release: src/lib/state/persistance/usePersistSignals.tsx#L58
Type 'Value' does not satisfy the constraint 'Signal<any, any, string>'.
Release: src/lib/state/persistance/usePersistSignals.tsx#L62
Property 'config' does not exist on type 'Value'.
Release: src/lib/state/persistance/usePersistSignals.tsx#L78
Property 'setValue' does not exist on type 'Value'.
Release: src/lib/state/persistance/usePersistSignals.tsx#L78
Type 'Value' is not assignable to type 'ReturnType<Value["getValue"]>'.
Release: src/lib/state/persistance/usePersistSignals.tsx#L58
Type 'Value' does not satisfy the constraint 'Signal<any, any, string>'.
Release: src/lib/state/persistance/usePersistSignals.tsx#L62
Property 'config' does not exist on type 'Value'.
Release: src/lib/state/persistance/usePersistSignals.tsx#L78
Property 'setValue' does not exist on type 'Value'.
Release: src/lib/state/persistance/usePersistSignals.tsx#L78
Type 'Value' is not assignable to type 'ReturnType<Value["getValue"]>'.
Release: src/lib/state/persistance/usePersistSignals.tsx#L58
Type 'Value' does not satisfy the constraint 'Signal<any, any, string>'.
Release: src/lib/state/persistance/usePersistSignals.tsx#L62
Property 'config' does not exist on type 'Value'.
Release
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/