Skip to content

Commit 6144123

Browse files
committed
chore: update rename alert text
1 parent 3dc67b3 commit 6144123

File tree

1 file changed

+1
-1
lines changed
  • docs/src/pages/[platform]/connected-components/storage/fileuploader

1 file changed

+1
-1
lines changed

docs/src/pages/[platform]/connected-components/storage/fileuploader/react.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import {
2525
} from './examples'
2626

2727
<Alert variation="info" heading="Storage Manager is renamed">
28-
`StorageManager` component has been renamed `FileUploader` as of `@aws-amplify/ui-react-storage` version `3.3.0`. Please upgrade to the new import path, as the `StorageManager` will be removed in a future major version.
28+
Beginning with @aws-amplify/ui-react-storage version 3.3.0, the StorageManager component has been renamed to FileUploader. To migrate, upgrade to the latest version of @aws-amplify/ui-react-storage and replace StorageManager related imports with their corresponding FileUploader equivalents. StorageManager will continue to receive official support until the next major version release of @aws-amplify/ui-react-storage, at which point it will be fully replaced by FileUploader.
2929
</Alert>
3030

3131
<br />

0 commit comments

Comments
 (0)