Skip to content

eden-tanstack-react-query 0.1.6

Choose a tag to compare

@github-actions github-actions released this 25 Jan 06:04
· 10 commits to main since this release
d43a2d5

Fixed

  • queryKey() now includes path parameters for proper cache differentiation
    • eden.posts.get.queryKey() and eden.posts({ id }).get.queryKey() now produce different keys
    • Fixes issue where invalidateQueries would invalidate wrong queries
  • queryFilter(), infiniteQueryKey(), infiniteQueryFilter() also include path parameters