-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
fix: mypage revalidate error 수정 #160
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다 👍
과목 삭제의 경우에는 |
처음에는 안정적인 데이터 관리를 위해 서버와 동기화를 시켜야 한다는 생각으로, 삭제에서도 revalidate를 적용했습니다! 하지만 revalidate를 시키지 않았을때 동기화 되지 않아서 발생하는 문제 상황이 딱히 생각나지 않았구 애초에 useOptimistic을 한다는 것은 클라이언트에서 데이터를 관리한다는 의미이므로 삭제에서 revalidate를 시킬 필요가 없다고 판단되어 코드 제거했습니다! |
참고로 크로마틱 관련한 에러가 발생하는데 이 부분에 대해서는 추후 PR 올리겠습니다! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 수고하셨습니다!
📌 작업 내용
closed #158
🤔 고민 했던 부분