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

[WIP] New useQueryState Hook #6758

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

[WIP] New useQueryState Hook #6758

wants to merge 9 commits into from

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    c4a8a12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8d6851 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. fix: useQueryState impl

    the value of the ref can get out of sync if we only write the ref in the subscribe function
    TkDodo committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    4f00031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff658ee View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

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

    TkDodo committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    a164794 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9017e6 View commit details
    Browse the repository at this point in the history
  4. test: revert timeout changes

    TkDodo committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    7bf9b4e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    05e18d3 View commit details
    Browse the repository at this point in the history