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
…niteQuery 교체 (#19)
* 🔨 refactor: useQuery를 useSuspenseQuery로 교체 및 error 처러 코드 삭제
* 🔨 refactor: 로딩 UI 및 에러 처리 코드 삭제
* 🔨 refactor: suspense 적용 및 error boundy fallback에 workspace 에러 페이지 설정
* 🔨 refactor: useInfinityQuery -> useSuspenseQuery로 교체
* 🙀 chore: 400 에러와 404에러의 에러 코드 및 상태 메세지가 잘못 설정 되어 있어 올바르게 수정
* 🐛 fix: 기존 에러 발생 시 500 에러로만 응답하는 문제 해결
* 🔨 refactor: workspaceContainer에서 워크스페이스 데이터를 렌더링하고 페칭하는 부분을 분리함
* 🙀 chore: 컴포넌트 분리에 따른 코드 수정
* 🙀 chore: github action 에서 파일명 변경을 감지하지 못한 문제로 인해 파일명 변경
* 🙀 chore: 불필요한 console.log 삭제
[refactor] useQuery, useInfinityQuery를 Suspense 기반 useSuspenseQuery, useSuspenseInfinityQuery로 변경
📝 Todo
The text was updated successfully, but these errors were encountered: