diff --git a/packages/components/codemods/README.md b/packages/components/codemods/README.md index b1381a30301..7dc3dd98742 100644 --- a/packages/components/codemods/README.md +++ b/packages/components/codemods/README.md @@ -132,7 +132,6 @@ Migrates `Button` and `IconButton` component to `Button` V3 or `LinkButton`. - `newTabAndIUnderstandTheAccessibilityImplications` becomes `target="_blank"` - `rel="noopener noreferrer"` is also added - `component` will not be removed by the codemod, but will throw a TypeScript error as the prop itself no longer exists - - (TO DO) A `@todo` comment will be prepended to the prop - For `IconButton` only: - `hasHiddenLabel` will be added