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
I have an api that get an array of data and update the state with this new array. The component Slideshow normally shows the state array as slides but when the state updates the component keep showing the old array and not the updated state array.