Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: optimize retry and keep user functions
Refactor the `onRetry` function to use `useCallback` for better performance and prevent unnecessary re-renders. Introduce a new `onKeepCurrentUser` function that removes BFF error parameters from the URL and calls `onRetry`.
- Loading branch information