Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TanStack/query
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fcd23c9
Choose a base ref
...
head repository: TanStack/query
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0eaafe0
Choose a head ref
  • 2 commits
  • 81 files changed
  • 2 contributors

Commits on Sep 23, 2025

  1. fix(types): onMutateResult is always defined in onSuccess callback (#…

    …9677)
    
    * fix(types): onMutateResult is always defined in onSuccess callback
    
    this is guaranteed because if onMutate fails or rejects, onSuccess is never called. if onMutate is not present, the type will be unknown
    
    * chore: fix tests
    TkDodo authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    2cf3ec9 View commit details
    Browse the repository at this point in the history
  2. release: v5.90.2

    tannerlinsley committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    0eaafe0 View commit details
    Browse the repository at this point in the history
Loading