-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Feat/#22] 인덱스 페이지 구현 #26
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
await createUserKeyCookie(); | ||
createChatRoom(undefined, { | ||
onSuccess: (data) => { | ||
sendChatMessage( |
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.
현재 에러 처리가 되어있지 않습니다.
기획적으로 정리하고 #25 에서 작업 예정
> | ||
추천 질문 변경 | ||
</span> | ||
{/* TODO: 아이콘 추가 */} |
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.
#15 에서 아이콘 컴포넌트 작업이 마무리 되면 추가하겠습니다.
@@ -2,15 +2,15 @@ import apiClient from '@/shared/lib/axios/apiClient'; | |||
import { z } from 'zod'; | |||
|
|||
export type TarotQuestionRecommendListResponse = { | |||
question: { | |||
questions: { |
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.
필드명을 잘못 적었는데 zod가 잡아줬습니다! ㅎㅎ
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.
ㅋㅋㅋㅋ 좋습니다~!
prefetch SSR 추가 필요해서 잠시 닫을게요! |
<HeaderContent>{null}</HeaderContent> | ||
<MainContent>{null}</MainContent> | ||
</> | ||
<HydrationBoundary state={dehydrate(queryClient)}> |
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.
공식문서 참고하여 프리페치 SSR 기능을 추가했습니다.
https://tanstack.com/query/v5/docs/framework/react/guides/advanced-ssr
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.
코드 잘 이해하고 갑니다~! 아이콘 컴포넌트 오늘 자기전에 머지될 예정입니다!
@@ -2,15 +2,15 @@ import apiClient from '@/shared/lib/axios/apiClient'; | |||
import { z } from 'zod'; | |||
|
|||
export type TarotQuestionRecommendListResponse = { | |||
question: { | |||
questions: { |
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.
ㅋㅋㅋㅋ 좋습니다~!
color: keyof Pick<ColorsTypes, 'primary03' | 'primary01' | 'grey10' | 'grey60'>; | ||
}; |
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.
타입의 마술사 이 준 근
이슈 번호
close #22
작업한 내용
작업 결과
비고