This repository has been archived by the owner on Jan 16, 2025. It is now read-only.
Remove server side tag column sorting #871
Annotations
10 errors
src/components/Renderer/widgets/ObjectWidget.tsx#L19
Type 'JSONSchema7Definition | undefined' is not assignable to type 'JSONSchema7 | undefined'.
|
src/components/Renderer/widgets/TxtWidget.tsx#L22
Argument of type 'string | number | boolean | object | any[] | null' is not assignable to parameter of type 'number | undefined'.
|
src/components/Renderer/widgets/TxtWidget.tsx#L23
'maxItems' is possibly 'null'.
|
src/components/Renderer/widgets/TxtWidget.tsx#L24
The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
src/components/Renderer/widgets/TxtWidget.tsx#L24
'maxItems' is possibly 'null'.
|
src/components/Renderer/widgets/widget-util.tsx#L83
Argument of type 'string | number | true | object' is not assignable to parameter of type 'string'.
|
src/components/Renderer/widgets/widget-util.tsx#L179
Argument of type 'string | number | boolean | object | any[] | null' is not assignable to parameter of type 'number | undefined'.
|
src/components/Renderer/widgets/widget-util.tsx#L195
'maxItems' is possibly 'null'.
|
src/components/Renderer/widgets/widget-util.tsx#L197
The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
src/components/Renderer/widgets/widget-util.tsx#L197
'maxItems' is possibly 'null'.
|
This job failed
Loading