Scopefull article #533
Annotations
8 errors and 1 warning
Argument of type '{ serialize: "ignore"; name: string; skipVoid: boolean; }' is not assignable to parameter of type '{ name?: string | undefined; sid?: string | undefined; updateFilter?: ((update: State & Ext, current: State & Ext) => boolean) | undefined; serialize?: "ignore" | { ...; } | undefined; domain?: Domain | undefined; }'.
|
|
|
Type 'Store<(() => { name: string; getCurrentPosition(): Promise<{ coords: { latitude: number; longitude: number; }; timestamp: number; }>; watchPosition(success: any, error: any): () => void; })[]>' is not assignable to type '(CustomProvider | Geolocation | unique symbol)[] | Store<(CustomProvider | Geolocation | unique symbol)[]> | undefined'.
|
|
|
Argument of type '[{ clock: Event<{ status: "done"; params: void; result: void; } | { status: "fail"; params: void; error: Error; }>; target: Event<void> | undefined; }]' is not assignable to parameter of type '[message: { error: "target should be unit or array of units"; got: undefined; }] | [config: { clock: Event<{ status: "done"; params: void; result: void; } | { status: "fail"; params: void; error: Error; }>; source?: undefined; filter?: undefined; target: Event<...>; greedy?: boolean | undefined; } & { ...; }]'.
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, 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/
|
This job failed
Loading