Skip to content

Fix(web): 온보딩 - Identitiy Visa Verification QA 반영#326

Open
yooncandooit wants to merge 2 commits intodevelopfrom
fix/identity-visa-verification-qa/#324
Open

Fix(web): 온보딩 - Identitiy Visa Verification QA 반영#326
yooncandooit wants to merge 2 commits intodevelopfrom
fix/identity-visa-verification-qa/#324

Conversation

@yooncandooit
Copy link
Copy Markdown
Contributor

@yooncandooit yooncandooit commented Apr 10, 2026

📌 Summary

📚 Tasks

  • 기존에는 validate 함수가 재 실행되지 않는 문제가 있었어요
    • 이에 따라 D-10 → D-2으로 바꿔도 visaExpiredAt 필드의 validate가 이전 값을 갖고 있어서 에러 메세지가 여전히 D-10에 대한 문구가 노출되었어요
2026-04-10.15.39.04.mov
  • useEffectvisaType 변경을 감지하고 trigger('visaExpiredAt')으로 재검증하도록 수정했어요
useEffect(() => {
  trigger('visaExpiredAt');
}, [visaType, trigger]);

📸 Screenshot

2026-04-10.16.13.29.mov

Copy link
Copy Markdown
Member

@jeonghoon11 jeonghoon11 left a comment

Choose a reason for hiding this comment

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

훈진님꺼 머지하면 머지해용!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛 FIX 문제 해결 작업 🪼 윤지

Projects

Development

Successfully merging this pull request may close these issues.

[Fix] 온보딩 - Identity & Visa verification QA 반영

2 participants