-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove "exists-in-wishlist" logic from search results
the wishlist store initially downloads only product counts. the actual products are loaded later on demand, because that's a slow request. the problem is if you search the wishlist while the actual wishlist products aren't loaded yet, every search result will appear as if it's not in the wishlist (heart icon instead of heart_fill)
- Loading branch information
Showing
1 changed file
with
8 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters