Refactor codebase to modern standards #1
ci.yml
on: pull_request
Security Scan
24s
Lighthouse CI
0s
Annotations
10 errors
|
Type Check:
src/components/internal/ConfiguratorPage.Api.tsx#L295
Type '{ children: string; resetDisabled: boolean; onFieldReset: () => void; }' is not assignable to type 'IntrinsicAttributes & LabelProps & RefAttributes<HTMLLabelElement>'.
|
|
Type Check:
src/components/internal/ConfiguratorPage.Api.tsx#L270
Type '{ children: string; resetDisabled: boolean; onFieldReset: () => void; }' is not assignable to type 'IntrinsicAttributes & LabelProps & RefAttributes<HTMLLabelElement>'.
|
|
Type Check:
src/components/internal/ConfiguratorPage.Api.tsx#L247
Type '{ children: string; resetDisabled: boolean; onFieldReset: () => void; }' is not assignable to type 'IntrinsicAttributes & LabelProps & RefAttributes<HTMLLabelElement>'.
|
|
Type Check:
src/components/internal/ConfiguratorPage.Api.tsx#L209
Type '{ children: string; resetDisabled: boolean; onFieldReset: () => void; }' is not assignable to type 'IntrinsicAttributes & LabelProps & RefAttributes<HTMLLabelElement>'.
|
|
Type Check:
src/components/internal/ConfiguratorPage.Api.tsx#L185
Type '{ children: string; resetDisabled: boolean; onFieldReset: () => void; }' is not assignable to type 'IntrinsicAttributes & LabelProps & RefAttributes<HTMLLabelElement>'.
|
|
Type Check:
src/components/internal/ConfiguratorPage.Api.tsx#L160
Type '{ children: string; resetDisabled: boolean; onFieldReset: () => void; }' is not assignable to type 'IntrinsicAttributes & LabelProps & RefAttributes<HTMLLabelElement>'.
|
|
Type Check:
src/components/internal/ConfiguratorPage.Api.tsx#L137
Type '{ children: string; resetDisabled: boolean; onFieldReset: () => void; }' is not assignable to type 'IntrinsicAttributes & LabelProps & RefAttributes<HTMLLabelElement>'.
|
|
Type Check:
src/components/internal/ConfiguratorPage.Api.tsx#L103
Type '{ children: string; resetDisabled: boolean; onFieldReset: () => void; }' is not assignable to type 'IntrinsicAttributes & LabelProps & RefAttributes<HTMLLabelElement>'.
|
|
Type Check:
src/components/internal/ConfiguratorPage.Api.tsx#L69
Type '{ children: string; resetDisabled: boolean; onFieldReset: () => void; }' is not assignable to type 'IntrinsicAttributes & LabelProps & RefAttributes<HTMLLabelElement>'.
|
|
Type Check:
src/app/layout.tsx#L111
Object literal may only specify known properties, and 'pauseWhenPageIsHidden' does not exist in type 'ToasterProps'.
|