Skip to content

fix: merge with latest inherited state in compare and dry run view #4765

fix: merge with latest inherited state in compare and dry run view

fix: merge with latest inherited state in compare and dry run view #4765

Triggered via pull request November 25, 2024 07:10
Status Failure
Total duration 1m 4s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ci: src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentTemplate/DeploymentTemplate.tsx#L268
Property 'isLoadingMergedTemplate' does not exist on type 'DeploymentTemplateEditorDataStateType | {}'.
ci: src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentTemplate/DeploymentTemplate.tsx#L268
Property 'mergedTemplateError' does not exist on type 'DeploymentTemplateEditorDataStateType | {}'.
ci: src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentTemplate/DeploymentTemplate.tsx#L343
Object literal may only specify known properties, and 'mergedTemplate' does not exist in type 'DeploymentTemplateConfigState'.
ci: src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentTemplate/DeploymentTemplate.tsx#L548
Property 'mergedTemplate' does not exist on type 'DeploymentTemplateConfigState'.
ci: src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentTemplate/DeploymentTemplate.tsx#L818
Type '{ parsingError: string; removedPatches: undefined[]; originalTemplateState: DeploymentTemplateConfigState; isLoadingMergedTemplate: boolean; mergedTemplateError: null; ... 13 more ...; mergeStrategy?: never; } | { ...; }' is not assignable to type 'DeploymentTemplateEditorDataStateType'.
ci: src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentTemplate/DeploymentTemplate.tsx#L949
Type '{ parsingError: string; removedPatches: undefined[]; originalTemplateState: DeploymentTemplateConfigState; isLoadingMergedTemplate: false; mergedTemplateError: null; ... 13 more ...; mergeStrategy?: never; } | { ...; }' is not assignable to type 'DeploymentTemplateEditorDataStateType'.
ci: src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentTemplate/DeploymentTemplate.tsx#L1269
Property 'mergedTemplateWithoutLockedKeys' does not exist on type 'DeploymentTemplateEditorDataStateType | DeploymentTemplateConfigState'.
ci: src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentTemplate/DeploymentTemplate.tsx#L1270
Property 'mergedTemplate' does not exist on type 'DeploymentTemplateEditorDataStateType | DeploymentTemplateConfigState'.
ci: src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentTemplate/DeploymentTemplate.tsx#L1297
Property 'mergedTemplate' does not exist on type 'DeploymentTemplateConfigState'.
ci: src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentTemplate/DeploymentTemplate.tsx#L1377
Property 'mergedTemplateWithoutLockedKeys' does not exist on type 'DeploymentTemplateConfigState'. Did you mean 'editorTemplateWithoutLockedKeys'?