-
Notifications
You must be signed in to change notification settings - Fork 5
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
[FE] 최종 데모데이 이후 발견된 버그들을 수정한다. #951
Conversation
…ng-ggood into fix/939-bugs-after-final
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.
수고하셨습니다 !
지하 층수 버그가 뭐였나요?
export const article = { | ||
import { Article } from '@/types/article'; | ||
|
||
export const article: Article = { |
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.
타입챙겨주신거 좋네요
const handleClickAddress = () => { | ||
loadExternalScriptWithCallback('daumAddress', openPostcodeEmbed); | ||
openModal(); | ||
}; |
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.
이건 주소모달 안떠서 새로고침해야 되던 에러를 잡은 건가요?
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.
네 혹시 랜더링 되기 전에 모달이 떠서 그런걸까 라는 생각에 진행했습니다만 사실 개발 환경에서는 모달 내에서 주소가 안뜬 적이 없어서 정확히 파악하기가 쉽지 않았네요..
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.
이거 진짜 쉽지 않았을텐데 고생하셨습니다!!
@skiende74 지하 층수 버그가 initalValue 가 바뀌더라도 드롭다운이 재랜더가 안되어서 문제더라구요! 내부에 useEffect 로 Inital 달라지면 변경해주게 작업해놨습니다~! |
const handleClickAddress = () => { | ||
loadExternalScriptWithCallback('daumAddress', openPostcodeEmbed); | ||
openModal(); | ||
}; |
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.
이거 진짜 쉽지 않았을텐데 고생하셨습니다!!
import roomInfoStore from '@/store/roomInfoStore'; | ||
import useSelectedOptionStore from '@/store/useSelectedOptionStore'; | ||
|
||
const useResetChecklist = () => { |
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.
훅만드신 거 잘하신 것 같습니다~!👍
❗ Issue
✨ 구현한 기능
버그 수정 완료
확인 불가한 오류,,
📢 논의하고 싶은 내용
🎸 기타