Instance custom SSH key select #6099
Annotations
9 errors
Typecheck:
app/components/form/fields/SshKeysField.tsx#L31
Type '"publicKeys"' is not assignable to type '"name" | "image" | "start" | "description" | "hostname" | "memory" | "ncpus" | "disks" | "externalIps" | "networkInterfaces" | "userData" | "presetId" | "bootDiskName" | "bootDiskSize" | ... 21 more ... | `networkInterfaces.params.${number}.vpcName`'.
|
Typecheck:
app/components/form/fields/SshKeysField.tsx#L77
Type 'string | number | boolean | { blockSize: BlockSize; type: "blank"; } | { snapshotId: string; type: "snapshot"; } | { imageId: string; type: "image"; } | { blockSize: BlockSize; type: "importing_blocks"; } | ... 11 more ... | undefined' must have a '[Symbol.iterator]()' method that returns an iterator.
|
Typecheck:
app/components/form/fields/SshKeysField.tsx#L85
'value' is possibly 'undefined'.
|
Typecheck:
app/components/form/fields/SshKeysField.tsx#L85
Property 'some' does not exist on type 'string | number | boolean | { blockSize: BlockSize; type: "blank"; } | { snapshotId: string; type: "snapshot"; } | { imageId: string; type: "image"; } | { blockSize: BlockSize; type: "importing_blocks"; } | ... 10 more ... | DiskTableItem[]'.
|
Typecheck:
app/components/form/fields/SshKeysField.tsx#L85
Parameter 'k' implicitly has an 'any' type.
|
Typecheck:
app/forms/instance-create.tsx#L83
Type '{ name: string; description: string; presetId: "general-xs"; memory: number; ncpus: number; hostname: string; bootDiskName: string; bootDiskSize: number; image: string; disks: never[]; networkInterfaces: { ...; }; publicKeys: never[]; start: true; }' is not assignable to type 'InstanceCreateInput'.
|
Typecheck:
app/forms/instance-create.tsx#L190
Type '{ name: string; hostname: string; description: string; memory: number; ncpus: number; disks: DiskTableItem[]; externalIps: { type: "ephemeral"; }[]; start: boolean | undefined; networkInterfaces: InstanceNetworkInterfaceAttachment; publicKeys: any; }' is not assignable to type 'InstanceCreate'.
|
Typecheck:
app/forms/instance-create.tsx#L190
Property 'publicKeys' does not exist on type 'InstanceCreateInput'.
|
Typecheck
Process completed with exit code 2.
|
The logs for this run have expired and are no longer available.
Loading