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

Remove initialData in nonce and session #349

Merged
merged 2 commits into from
Feb 15, 2024

Commits on Feb 9, 2024

  1. Remove initialData in nonce and session

    It appears that in @tanstack/react-query v5 and up the query will not be fetched on mount if `initialData` is set. This means that the `ckSiweNonce` and `ckSiweSession` queries don't fire until their respective intervals have elapsed.
    
    This commit removes the `initialData` for both of these queries in order to restore previous functionality.
    JamieLottering committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    5d48904 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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