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
Describe the bug
I have a parent that I'm using useDirectoryFileUrls to show images in a folder in and then the child is using useDirectory to check for existance of the folder, but when I do so the url gets wiped on the parent and clears the image.
To Reproduce
Make a parent that uses useDirectoryFileUrls with a child that uses useDirectory with the same folder.
Expected behavior
The different methods should have different keys.
Additional context
If there's a better way to conditionally remove a directory (I'm trying to clear the directory to replace the files in it in the child) that would suffice.
The text was updated successfully, but these errors were encountered:
Describe the bug
I have a parent that I'm using
useDirectoryFileUrls
to show images in a folder in and then the child is usinguseDirectory
to check for existance of the folder, but when I do so the url gets wiped on the parent and clears the image.To Reproduce
Make a parent that uses
useDirectoryFileUrls
with a child that usesuseDirectory
with the same folder.Expected behavior
The different methods should have different keys.
Additional context
If there's a better way to conditionally remove a directory (I'm trying to clear the directory to replace the files in it in the child) that would suffice.
The text was updated successfully, but these errors were encountered: