Skip to content
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: 토스트 컴포넌트 마이그레이션 #170

Open
wants to merge 4 commits into
base: feat/v2
Choose a base branch
from

Conversation

xodms0309
Copy link
Member

Issue

✨ 구현한 기능

  • 토스트 컴포넌트에 에러가 있어서 마이그레이션을 진행했습니다.
2024-07-28.6.01.55.mov

📢 논의하고 싶은 내용

🎸 기타

  • x

⏰ 일정

  • 추정 시간 :
  • 걸린 시간 : 2시간

Copy link

🔗 배포된 storybook 주소: https://65f015a4aed45406385006ee-vmpynjglbt.chromatic.com/

Copy link
Contributor

@hae-on hae-on left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

굿뜨 👍 수고했어용 탐희

@@ -40,7 +40,7 @@ const MemberReviewItem = ({ review }: MemberReviewItemProps) => {
return;
}

toast.error('리뷰 좋아요를 다시 시도해주세요.');
toast.error('리뷰 삭제를 다시 시도해주세요.');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍👍👍

@@ -409,4 +409,5 @@
</svg>
</div>
<div id="dialog-container"></div>
<div id="toast-container-root"></div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요거 밑에 있는 toast-container 안 쓰고 새로 만든 이유가 뭐예요?!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants