INtiful / SootheWithMe

같이 달램
https://soothe-with-me.vercel.app/
0 stars 0 forks source link

test: DropDown UI 테스트 코드 작성 #57

Closed HMRyu closed 2 weeks ago

HMRyu commented 3 weeks ago

✏️ 작업 내용

📷 스크린샷

✍️ 사용법

🎸 기타

수정사항

props 로 받은 classnames 적용되는지 확인

이 부분에서 에러가 발생해서 DropDown 컴포넌트를 수정했습니다.

props 를 받을 때 classnames 에 기본값을 빈 string 으로 정해주었습니다.

const DropDown = ({
  options,
  onSelect,
  onClose,
  classnames = '',
}: DropDownProps)

확인 부탁드립니다!