From 61c37cb2777b951abacd2dd6b014c4e4d2aedf87 Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Wed, 8 Feb 2023 14:12:00 -0600 Subject: [PATCH] fix(migration): stop recommending old packages --- src/pages/migrating/guide/develop.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/migrating/guide/develop.mdx b/src/pages/migrating/guide/develop.mdx index babf367566f..1f1ba292860 100644 --- a/src/pages/migrating/guide/develop.mdx +++ b/src/pages/migrating/guide/develop.mdx @@ -62,8 +62,7 @@ around in v11 but they will only be re-exports of `@carbon/styles` and ## carbon-components-react Starting in v11, the React components for Carbon live in the `@carbon/react` -package. Alternatively, you can continue to use `carbon-components` as it -re-exports components from the `@carbon/react` package. +package. The `@carbon/react` package also includes the styles for Carbon along with icons.