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
{{ message }}
This repository was archived by the owner on Oct 16, 2025. It is now read-only.
fix: prevent fetchProducts from returning cached products not in request (#16)
- Change from `getAllProducts()` to use only `fetchedProducts` from
current request
- Add subscription type validation for `ProductQueryType.subs` queries
- Fixes issue where subsequent `fetchProducts` calls would incorrectly
include products from previous requests
0 commit comments