We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
useErrorBoudary, retry를 공통 옵션으로 하는 것이 좋을지 고민할 필요가 있어보임
The text was updated successfully, but these errors were encountered:
일단 useErrorBoudary는 전역으로 하면 될 것 같습니다! api 통신하면서 발생한 어떤 에러든 error boundary를 통해 처리하기로 했으니까요 https://tanstack.com/query/v4/docs/reference/useQuery
Sorry, something went wrong.
저렇게 댓글 단지 3일만에 처음으로 useErrorBoudary false를 해야 할 상황이 발생했습니다 ErrorFallback 컴포넌트를 띄우지 않고 onError 옵션을 사용해야 하기 때문입니다
이 경우에 이러한 방법을 사용할 수 있네요 .. 출처 https://tech.kakao.com/2022/06/13/react-query/
No branches or pull requests
✨ 어떤 기능인가요?
useErrorBoudary, retry를 공통 옵션으로 하는 것이 좋을지 고민할 필요가 있어보임
✅ To Dos
The text was updated successfully, but these errors were encountered: