You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(hooks): remove attemptCount from useWithRetry state and rename retryAt to nextRetryAt
- Remove attemptCount from RetryState interface as it's not needed externally
- Rename retryAt to nextRetryAt for better clarity
- Simplify all setState calls to only manage isLoading and nextRetryAt
- Keep attempt tracking local to executeAttempt function for delay calculation
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments