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
fix: derive cache key from resolved options, not raw query
resolvePathCacheKey now hashes the filtered/sanitized options object
instead of the raw getQuery(e). This closes the gap where cacheQueryParams
allowed arbitrary query params to inflate cache keys even after prop
filtering.
0 commit comments