chore: update vite and vite react plugin #2490
Annotations
10 errors
linux:
src/background.ts#L19
'request' is of type 'unknown'.
|
linux:
src/background.ts#L26
Property 'data' does not exist on type '{}'.
|
linux:
src/background.ts#L27
Property 'data' does not exist on type '{}'.
|
linux:
src/components/NextPageMiddleware.tsx#L32
'status' is of type 'unknown'.
|
linux:
src/components/settings/general/ChangeLocalPassword.tsx#L62
Property 'error' does not exist on type 'unknown'.
|
linux:
src/components/wallet/create/index.tsx#L149
Property 'error' does not exist on type 'unknown'.
|
linux:
src/components/wallet/import/index.tsx#L110
Property 'error' does not exist on type 'unknown'.
|
linux:
src/content.ts#L47
Argument of type '(request: unknown) => void' is not assignable to parameter of type '(message: unknown, sender: MessageSender, sendResponse: (message: unknown) => void) => true | Promise<unknown> | undefined'.
|
linux:
src/content.ts#L48
'request' is of type 'unknown'.
|
linux:
src/content.ts#L53
'request' is of type 'unknown'.
|