Strictnullchecks 1 #2048
Annotations
10 errors
src/components/create-job-form/index.tsx#L53
Argument of type 'Application | undefined' is not assignable to parameter of type 'Application'.
|
src/components/create-job-form/index.tsx#L64
Argument of type 'string | null' is not assignable to parameter of type 'string'.
|
src/components/create-job-form/index.tsx#L75
Type 'null' cannot be used as an index type.
|
src/components/create-job-form/index.tsx#L89
Type 'string | null' is not assignable to type 'string | number | readonly string[] | undefined'.
|
src/components/create-job-form/missing-radix-config-alert.tsx#L20
Type 'string | undefined' is not assignable to type 'string'.
|
src/components/create-job-form/pipeline-form-apply-config.tsx#L24
Type 'string | undefined' is not assignable to type 'string'.
|
src/components/create-job-form/pipeline-form-build-branches.tsx#L29
'application.environments.length' is possibly 'undefined'.
|
src/components/create-job-form/pipeline-form-build-branches.tsx#L63
Argument of type 'string[]' is not assignable to parameter of type 'SetStateAction<never[]>'.
|
src/components/create-job-form/pipeline-form-build-branches.tsx#L83
Argument of type '{ appName: string | undefined; pipelineParametersBuild: { branch: string; toEnvironment: string; }; }' is not assignable to parameter of type 'TriggerPipelineBuildDeployApiArg'.
|
src/components/create-job-form/pipeline-form-build-branches.tsx#L85
Argument of type '{ appName: string | undefined; pipelineParametersBuild: { branch: string; toEnvironment: string; }; }' is not assignable to parameter of type 'TriggerPipelineBuildApiArg'.
|
The logs for this run have expired and are no longer available.
Loading