diff --git a/src/app/recommendations.ts b/src/app/recommendations.ts index 4d9a89c..e9432ca 100644 --- a/src/app/recommendations.ts +++ b/src/app/recommendations.ts @@ -433,9 +433,9 @@ export const RECOMMENDATIONS: Step[] = [ { possibleIn: 1800, necessaryAsOf: 1800, - level: ApplicationComplexity.Basic, - step: "18.0.0: Mark root `OnPush` views dirty", - action: "For any root components using `OnPush` change detection, ensure they are properly marked dirty to enable host binding updates." + level: ApplicationComplexity.Medium, + step: "18.0.0: Mark `OnPush` views dirty", + action: "For any components using `OnPush` change detection, ensure they are properly marked dirty to enable host binding updates." }, { possibleIn: 1800,