From 9d2fdfecb4c760896ff7de098ef8b493b6dd2ad0 Mon Sep 17 00:00:00 2001 From: Kai Vandivier Date: Tue, 8 Oct 2024 16:50:06 +0200 Subject: [PATCH] chore: fix comment --- services/alerts/src/useAlert.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/alerts/src/useAlert.ts b/services/alerts/src/useAlert.ts index 732d165e..8b8053d2 100644 --- a/services/alerts/src/useAlert.ts +++ b/services/alerts/src/useAlert.ts @@ -27,7 +27,7 @@ export const useAlert = ( }, alertRef // Conditional chaining gives backwards compatibility - // with cli-app-scripts < 11.7.2 + // with cli-app-scripts < 12 )?.then((newAlert: Alert) => { alertRef.current = newAlert })