We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b592e0 commit f768f4dCopy full SHA for f768f4d
docs/use.md
@@ -404,7 +404,7 @@ function CatImage() {
404
const storage = useStorage();
405
const catRef = ref(storage, 'cats/newspaper');
406
407
- const { status, data: imageURL } = useStorageDownloadURL(ref(storage, storagePath));
+ const { status, data: imageURL } = useStorageDownloadURL(catRef);
408
409
if (status === 'loading') {
410
return <span>loading...</span>;
0 commit comments