From a01bfa92cfb91832300360f3656a8e5024e4b632 Mon Sep 17 00:00:00 2001 From: Brion Date: Fri, 11 Oct 2024 14:20:26 +0530 Subject: [PATCH] chore(react): update deprecation notice --- packages/react/src/components/CountryFlag/CountryFlag.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react/src/components/CountryFlag/CountryFlag.tsx b/packages/react/src/components/CountryFlag/CountryFlag.tsx index 757ce45e..54902e71 100644 --- a/packages/react/src/components/CountryFlag/CountryFlag.tsx +++ b/packages/react/src/components/CountryFlag/CountryFlag.tsx @@ -36,6 +36,7 @@ export type CountryFlagProps = { /** * @deprecated Use the {@link CountryFlagProps} instead. + * This will be removed in the next major release (v2.0.0). */ export type CountryFlagsProps = CountryFlagProps;