chore(api): refactor for v3 API #3408
Annotations
10 errors
Run yarn type-check:
src/app/Archives/AllTargetsArchivedRecordingsTable.tsx#L110
Property 'id' is missing in type '{ connectUrl: any; alias: any; }' but required in type 'Target'.
|
Run yarn type-check:
src/app/Archives/AllTargetsArchivedRecordingsTable.tsx#L200
Property 'id' is missing in type '{ connectUrl: string; alias: string; }' but required in type 'Target'.
|
Run yarn type-check:
src/app/Archives/Archives.tsx#L36
Property 'id' is missing in type '{ connectUrl: string; alias: string; }' but required in type 'Target'.
|
Run yarn type-check:
src/app/Archives/utils.tsx#L34
Property 'id' is missing in type '{ connectUrl: string; alias: string; }' but required in type 'Target'.
|
Run yarn type-check:
src/app/Topology/Actions/CreateTarget.tsx#L178
Argument of type '{ connectUrl: string; alias: string; }' is not assignable to parameter of type 'Target'.
|
Run yarn type-check:
src/app/Topology/Actions/CreateTarget.tsx#L207
Argument of type '{ connectUrl: string; alias: string; }' is not assignable to parameter of type 'Target'.
|
Run yarn type-check:
src/app/Topology/Actions/CreateTarget.tsx#L403
Property 'id' is missing in type '{ connectUrl: string; alias: string; }' but required in type 'Target'.
|
Run yarn type-check:
src/app/utils/fakeData.ts#L48
Property 'id' is missing in type '{ jvmId: string; connectUrl: string; alias: string; labels: { 'pod-template-hash': string; deployment: string; }; annotations: { cryostat: { HOST: string; PORT: string; POD_NAME: string; REALM: string; NAMESPACE: string; }; platform: {}; }; }' but required in type 'Target'.
|
Run yarn type-check:
src/test/Agent/AgentLiveProbes.test.tsx#L81
Argument of type 'Observable<{ connectUrl: string; alias: string; jvmId: string; }>' is not assignable to parameter of type 'Observable<NullableTarget>'.
|
Run yarn type-check:
src/test/Archives/AllTargetsArchivedRecordingsTable.test.tsx#L26
Property 'id' is missing in type '{ connectUrl: string; alias: string; }' but required in type 'Target'.
|
The logs for this run have expired and are no longer available.
Loading