fix(deps): update dependency react-select to v5 #23554
ci.yml
on: pull_request
python-tests
16m 19s
frontend-tests
50s
Annotations
10 errors and 2 warnings
|
frontend-tests:
static/js/components/widgets/SelectField.test.tsx#L183
Cannot invoke an object which is possibly 'undefined'.
|
|
frontend-tests:
static/js/components/widgets/SelectField.test.tsx#L162
Argument of type '{ reason: string; }' is not assignable to parameter of type 'InputActionMeta'.
|
|
frontend-tests:
static/js/components/widgets/SelectField.test.tsx#L161
Cannot invoke an object which is possibly 'undefined'.
|
|
frontend-tests:
static/js/components/widgets/SelectField.test.tsx#L17
Type 'Option' does not satisfy the constraint 'GroupBase<Option>'.
|
|
frontend-tests:
static/js/components/widgets/RelationField.tsx#L401
Type '(inputValue: string, options: Option[]) => Promise<{ hasMore: boolean; options: never[]; } | { options: Option[]; hasMore: boolean; additional: undefined; }>' is not assignable to type 'LoadOptions<Option, Option[], Additional | undefined>'.
|
|
frontend-tests:
static/js/components/widgets/RelationField.tsx#L381
Type '(inputValue: string, options: Option[]) => Promise<{ hasMore: boolean; options: never[]; } | { options: Option[]; hasMore: boolean; additional: undefined; }>' is not assignable to type 'LoadOptions<Option, Option[], Additional | undefined>'.
|
|
frontend-tests:
static/js/components/widgets/RelationField.tsx#L371
Type 'LoadOptions<WebsiteOption, WebsiteOption[], Additional | undefined>' is not assignable to type 'LoadOptions<Option, Option[], Additional | undefined>'.
|
|
frontend-tests:
static/js/components/widgets/RelationField.test.tsx#L422
Type 'Response<Option, Option[], Additional | undefined>' is not assignable to type '{ options: never[]; }'.
|
|
frontend-tests:
static/js/components/widgets/RelationField.test.tsx#L357
Type 'Response<Option, Option, Additional>[]' is not assignable to type '{ options: []; }[]'.
|
|
frontend-tests:
static/js/components/widgets/RelationField.test.tsx#L350
Type 'Option' does not satisfy the constraint 'GroupBase<Option>'.
|
|
frontend-tests:
static/js/pages/SitesDashboard.tsx#L162
Forbidden non-null assertion
|
|
frontend-tests:
static/js/pages/SitesDashboard.tsx#L162
Forbidden non-null assertion
|