Conversation
…into feat/#152 # Conflicts: # package-lock.json
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
SebellKo
approved these changes
Aug 13, 2025
Contributor
SebellKo
left a comment
There was a problem hiding this comment.
지민님 코멘트 답변좀 부탁드립니다
지민님이 적용하신 개념들 잘 몰라서 찾아보니까 그렇다고 하는데 지민님 생각도 부탁드립니다 ~
일단 어프로브 해 둘게요 ~
Comment on lines
+23
to
+24
| export const dynamic = 'force-dynamic'; | ||
| export const revalidate = 0; |
Contributor
There was a problem hiding this comment.
이거 두개 같이써야돼요 ?
force-dynamic만 있어도 되는거 아니에요 ?
Contributor
Author
There was a problem hiding this comment.
fetch 같은거 안써서 force-dynamic만 있어도 돼요
혹시 몰라서 넣어놨습니다
| export const revalidate = 0; | ||
|
|
||
| async function MemoPage({ params: { wellId, userId, bookId } }: Props) { | ||
| headers(); |
Contributor
There was a problem hiding this comment.
headers() 요것도 리턴값 사용하는거 없는데 필요한가요 ?
Contributor
Author
There was a problem hiding this comment.
사실 dynamic 옵션이 안먹혀서 이 방식으로 해결한거였어요. dynamic은 지워도 될듯
headers 를 호출하는 것만으로도 이 컴포넌트가 요청 헤더에 의존하는 것이 되기 때문에 동적으로 렌더링되는 원리입니다
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📍 작업 내용
우물 뒤로가기 버튼 수정
첫메모 캐싱 오류 수정