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 65eddd4 commit 5935c6dCopy full SHA for 5935c6d
src/storage/index.ts
@@ -56,7 +56,7 @@ export function useStorageFileUrl(
56
url.value,
57
useFirebaseApp()
58
) as string
59
- const promise = ref<Promise<string | null>>(Promise.resolve(null))
+ const promise = shallowRef<Promise<string | null>>(Promise.resolve(null))
60
// TODO: pending and error states?
61
let removePendingPromise = noop
62
0 commit comments