Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(query-core): widen QueriesObserver queries type (#7446) #7492

Merged
merged 4 commits into from
Jul 17, 2024

Commits on Jun 7, 2024

  1. fix(query-core): widen QueriesObserver queries type (TanStack#7446)

    Widen the `QueriesObserver` queries type so we can assign `UseQueryOptions` to `QueryObserverOptions`.
    
    The result from the `queryOptions` helper can now be passed to `QueriesObserver`.
    Yannick CROISSANT committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    8f74190 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    b0eef31 View commit details
    Browse the repository at this point in the history
  2. chore: prettier

    TkDodo committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6d9b7ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05e887d View commit details
    Browse the repository at this point in the history