fix: merge with latest inherited state in compare and dry run view #4765
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'?
|