Dev #236
Annotations
10 errors and 2 warnings
build (18.x):
src/components/base/input.tsx#L114
Type 'string | FieldError | Merge<FieldError, FieldErrorsImpl<any>>' is not assignable to type 'ReactNode'.
|
build (18.x):
src/components/base/selected.tsx#L55
Type 'string | FieldError | Merge<FieldError, FieldErrorsImpl<any>>' is not assignable to type 'ReactNode'.
|
build (18.x):
src/components/base/textArea.tsx#L36
Type 'string | FieldError | Merge<FieldError, FieldErrorsImpl<any>>' is not assignable to type 'ReactNode'.
|
build (18.x):
src/components/widgets/managmentPost.tsx#L90
Type 'Resolver<{ description?: string; title?: string; map?: string; agent?: string; ability?: string; moment?: string; difficult?: string; side?: string; position?: string; }>' is not assignable to type 'Resolver<registrationFormFields, any>'.
|
build (18.x):
src/components/widgets/managmentPost.tsx#L305
Argument of type '({ title, description, agent, map, ability, difficult, position, moment, side, }: { title: any; description: any; agent: any; map: any; ability: any; difficult: any; position: any; moment: any; side: any; }) => Promise<void>' is not assignable to parameter of type 'SubmitHandler<TFieldValues>'.
|
build (18.x):
src/components/widgets/modal.tsx#L45
Type 'Resolver<{ id?: string; descriptionImage?: string; }>' is not assignable to type 'Resolver<registrationFormFields, any>'.
|
build (18.x):
src/components/widgets/modal.tsx#L90
Argument of type '({ descriptionImage, id }: { descriptionImage: any; id: any; }) => void' is not assignable to parameter of type 'SubmitHandler<TFieldValues>'.
|
build (18.x):
src/components/widgets/modalOfSuggestion.tsx#L37
Type 'Resolver<{ description?: string; email?: string; tip?: string; }>' is not assignable to type 'Resolver<registrationFormFields, any>'.
|
build (18.x):
src/components/widgets/modalOfSuggestion.tsx#L83
Argument of type '({ email, description }: { email: any; description: any; }) => void' is not assignable to parameter of type 'SubmitHandler<TFieldValues>'.
|
build (18.x):
src/core/services/api.ts#L10
Argument of type '(config: InternalAxiosRequestConfig<any>) => Promise<InternalAxiosRequestConfig<any> | { headers: { Authorization: string; ... 4 more ...; 'Content-Type'?: ContentType; }; ... 39 more ...; withXSRFToken?: boolean | ((config: InternalAxiosRequestConfig<...>) => boolean); }>' is not assignable to parameter of type '(value: InternalAxiosRequestConfig<any>) => InternalAxiosRequestConfig<any> | Promise<InternalAxiosRequestConfig<any>>'.
|
build (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|