You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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; } & { ...; }]'.
Type 'Effect<void, CustomGeolocationPosition | GeolocationPosition, Error>' is not assignable to type 'Effect<void, CustomGeolocationPosition | GeolocationPosition, CustomGeolocationError | GeolocationPositionError>'.
Type 'Store<(CustomProvider | Geolocation | unique symbol)[] | Store<(CustomProvider | Geolocation | unique symbol)[]>>' is not assignable to type 'Store<(CustomProvider | Geolocation | unique symbol)[]>'.
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'.
Type 'Effect<string, void, Error>' is not assignable to type 'Effect<string, void, unknown>'.
Type 'Store<i18n | Store<i18n | null>>' is not assignable to type 'Store<i18n | null>'.
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; }'.
The logs for this run have expired and are no longer available.