The wishlistSets reducer is reseting the sets ids #878
Labels
status: accepted
It's clear what the subject of the issue is about, and what the resolution should be
type: bug
Something isn't working properly
Expected behavior
The wihslistSets reducer should not reset the sets ids or at least should not reset the ones of the same user.
Actual behavior
The wihslistSets reducer is reseting the sets ids on action FETCH_WISHLIST_SUCCESS. This makes the useWishlistSets create extra network requests if we use useWishlistSets after useWishlist because the later triggers the action FETCH_WISHLIST_SUCCESS.
Steps to reproduce
Context/environment
Additional information
Possible fix
The text was updated successfully, but these errors were encountered: