Bump wxt from 0.19.9 to 0.19.15 #152
Annotations
9 errors
check:
lib/utils.ts#L57
The right-hand side of a 'for...in' statement must be of type 'any', an object type or a type parameter, but here has type 'unknown'.
|
check:
lib/utils.ts#L58
'totalUsage' is of type 'unknown'.
|
check:
lib/utils.ts#L72
Argument of type 'unknown' is not assignable to parameter of type 'SetStateAction<Record<string, Record<string, number>>>'.
|
check:
lib/utils.ts#L90
Argument of type 'unknown' is not assignable to parameter of type 'SetStateAction<{ isEnabled: boolean; blockedSites: string[]; }>'.
|
check:
lib/utils.ts#L129
Property 'isEnabled' does not exist on type 'unknown'.
|
check:
lib/utils.ts#L129
Property 'startTime' does not exist on type 'unknown'.
|
check:
lib/utils.ts#L129
Property 'endTime' does not exist on type 'unknown'.
|
check:
lib/utils.ts#L129
Property 'days' does not exist on type 'unknown'.
|
check
Process completed with exit code 2.
|