Skip to content

Auth hook retry config inconsistency #149

Description

@btc

Three different retry configurations for the same `getMe` query:

  • `useOptionalAuth`: `retry: false` (0 retries)
  • `useRequireAuth`: no retry option, inherits QueryClient default `retry: 1`
  • `useMe` in queries.ts: `retry: false` (0 retries)

Should align intentionally.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions