Skip to content

Commit 8c03f62

Browse files
committed
chore: update text of name change warning
1 parent dcab39e commit 8c03f62

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import {
2525
UploadActionsExample,
2626
} from './examples'
2727

28-
<Alert variation="warning" heading="Storage Manager is deprecated">
29-
This component used to be called Storage Manager. The Storage Manager component has been renamed, and all functionality is retained by the File Uploader component.
28+
<Alert variation="warning" heading="Storage Manager is renamed">
29+
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 `StoraageManager` will be removed in a future major version.
3030
</Alert>
3131

3232
<DefaultExample />

0 commit comments

Comments
 (0)