fix: merge with latest inherited state in compare and dry run view #4758
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#L546
Property 'mergedTemplate' does not exist on type 'DeploymentTemplateConfigState'.
|
ci:
src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentTemplate/DeploymentTemplate.tsx#L793
Object literal may only specify known properties, and 'mergedTemplate' does not exist in type 'DeploymentTemplateConfigCommonState & EnvironmentOverrideDeploymentTemplateConfigState'.
|
ci:
src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentTemplate/DeploymentTemplate.tsx#L839
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#L970
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#L1290
Property 'mergedTemplateWithoutLockedKeys' does not exist on type 'DeploymentTemplateEditorDataStateType | DeploymentTemplateConfigState'.
|
ci:
src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentTemplate/DeploymentTemplate.tsx#L1291
Property 'mergedTemplate' does not exist on type 'DeploymentTemplateEditorDataStateType | DeploymentTemplateConfigState'.
|
ci:
src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentTemplate/DeploymentTemplate.tsx#L1318
Property 'mergedTemplate' does not exist on type 'DeploymentTemplateConfigState'.
|