You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/pages/[platform]/connected-components/storage/fileuploader/react.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ import {
25
25
UploadActionsExample,
26
26
} from'./examples'
27
27
28
-
<Alertvariation="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
+
<Alertvariation="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.
0 commit comments