generated from mate-academy/react-typescript-starter-pack
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
When a user filters products by a specific brand (e.g., "Apple") and refreshes the page, the filter checkbox remains checked visually, but the product list resets to show all items.
Steps to Reproduce
- Select "Apple" in the brand filter.
- Refresh the page (F5).
- Look at the product list.
Actual Result
All phones are displayed, but the "Apple" checkbox is still active (from localStorage).
Expected Result
The product list should effectively filter by "Apple" immediately after reload if the state is persisted.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working