Skip to content

Merge branch 'main' into lifecycle-read-only #434

Merge branch 'main' into lifecycle-read-only

Merge branch 'main' into lifecycle-read-only #434

Triggered via push February 27, 2025 08:51
Status Failure
Total duration 42s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
build: src/components/events/LifeCyclePolicies.tsx#L89
Type '{ children: Element[]; }' is missing the following properties from type '{ children?: ReactNode; navAriaLabel?: string | undefined; displayNavigation: boolean; setNavigation: Dispatch<SetStateAction<boolean>>; links: LinkType[]; create?: CreateType | undefined; }': displayNavigation, setNavigation, links
build: src/components/events/LifeCyclePolicies.tsx#L126
Property 'context' is missing in type '{}' but required in type '{ context: Context; }'.
build: src/components/events/partials/ModalTabsAndPages/LifeCyclePolicyAccessTab.tsx#L38
Type '{ resourceId: string; header: string; buttonText: string; saveButtonText: string; descriptionText: string; policies: TransformedAcl[]; fetchAccessPolicies: AsyncThunk<TransformedAcl[], string, { ...; }>; saveNewAccessPolicies: AsyncThunk<...>; editAccessRole: string; policyChanged: boolean; setPolicyChanged: (value:...' is not assignable to type 'IntrinsicAttributes & { resourceId: string; header: string; policies: TransformedAcl[]; fetchHasActiveTransactions?: AsyncThunk<any, string, any> | undefined; ... 6 more ...; setPolicyChanged: (value: boolean) => void; }'.
build: src/components/events/partials/ModalTabsAndPages/LifeCyclePolicyGeneralTab.tsx#L98
Type '{}' is not assignable to type 'ReactI18NextChildren | Iterable<ReactI18NextChildren>'.
build
Process completed with exit code 2.