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
The package has some issues which i will list here.
1)url key word must be present for it to work.
2) it's always expecting an element at index 0 for some reason
3) When the page first loads it always shows a black screen
4)if there is only one image, it doesn't load it or show it.
I had to make a workaround to fix these problems as such
The package has some issues which i will list here.
1)url key word must be present for it to work.
2) it's always expecting an element at index 0 for some reason
3) When the page first loads it always shows a black screen
4)if there is only one image, it doesn't load it or show it.
I had to make a workaround to fix these problems as such
const [imgUrls, setIMGUrls] = useState([{url:""}]);
line of code that is causing the problem:
The text was updated successfully, but these errors were encountered: