fix: Unify dialog style between test options and allowed hosts #582
Annotations
3 errors and 10 warnings
build:
src/views/Generator/Allowlist/AllowlistDialog.tsx#L6
'Box' is defined but never used. Allowed unused vars must match /^_/u
|
build:
src/views/Generator/Allowlist/AllowlistDialog.tsx#L17
'Callout' is defined but never used. Allowed unused vars must match /^_/u
|
build
Process completed with exit code 1.
|
build:
src/components/Form/FileUploadInput.tsx#L39
Unsafe assignment of an `any` value
|
build:
src/components/Layout/ActivityBar/ProxyStatusIndicator.tsx#L22
Unsafe assignment of an `any` value
|
build:
src/components/Layout/ActivityBar/ProxyStatusIndicator.tsx#L23
Unsafe argument of type `any` assigned to a parameter of type `ProxyStatus`
|
build:
src/components/Settings/SettingsDialog.tsx#L24
Unsafe assignment of an `any` value
|
build:
src/components/Settings/SettingsDialog.tsx#L25
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<{ version: string; recorder: { detectBrowserPath: true; } | { detectBrowserPath: false; browserPath?: string | undefined; }; proxy: { mode: "regular"; port: number; automaticallyFindPort: boolean; } | { ...; }; windowState: { ...; }; usageReport: { ...; }; } | undefined>`
|
build:
src/components/WebLogView/RequestDetails/utils.ts#L31
Unsafe argument of type `any` assigned to a parameter of type `object`
|
build:
src/components/WebLogView/ResponseDetails/Preview.tsx#L56
Unsafe assignment of an `any` value
|
build:
src/components/WebLogView/ResponseDetails/ResponseDetails.utils.ts#L52
Unsafe argument of type `any` assigned to a parameter of type `object`
|
build:
src/components/WebLogView/ResponseDetails/ResponseDetails.utils.ts#L54
Unsafe argument of type `any` assigned to a parameter of type `object`
|
build:
src/hooks/useScriptPreview.test.ts#L19
Unsafe return of an `any` typed value
|