fix: cookie vuln #1348
Annotations
10 errors
Run Typecheck:
src/MetricsProvider.spec.tsx#L3
Module '"msw"' has no exported member 'MockedRequest'.
|
Run Typecheck:
test/mockServer.ts#L1
Module '"msw"' has no exported member 'MockedRequest'.
|
Run Typecheck:
test/mockServer.ts#L23
Variable 'requests' implicitly has type 'any[]' in some locations where its type cannot be determined.
|
Run Typecheck:
test/mockServer.ts#L27
Property 'method' does not exist on type '{ request: Request; requestId: string; }'.
|
Run Typecheck:
test/mockServer.ts#L29
Property 'url' does not exist on type '{ request: Request; requestId: string; }'.
|
Run Typecheck:
test/mockServer.ts#L32
Property 'id' does not exist on type '{ request: Request; requestId: string; }'.
|
Run Typecheck:
test/mockServer.ts#L37
Property 'id' does not exist on type '{ request: Request; requestId: string; }'.
|
Run Typecheck:
test/mockServer.ts#L40
Variable 'requests' implicitly has an 'any[]' type.
|
Run Typecheck:
test/mockServer.ts#L46
Property 'id' does not exist on type '{ request: Request; requestId: string; }'.
|
Run Typecheck:
test/mockServer.ts#L48
Property 'method' does not exist on type '{ request: Request; requestId: string; }'.
|
Loading