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
Try doing products && products.map
i.e, only render when you have products or you can also make a Loader by using the loading state from the productSlice.js
So that you can display a loader till the product is loading
The text was updated successfully, but these errors were encountered: