Skip to content

TextField component에 잘못된 이름이 사용된 문제 #24

@cskime

Description

@cskime

어떤 버그인가요?

  • text-field.jsx 파일에 있는 text field component 이름이 InputTextField로 잘못 작성되었습니다.
  • TEXT_FIELD_STYLE 값을 통해 input 또는 dropdown 유형을 선택하도록 개발되어 있으므로 component 이름은 TextField가 되어야 합니다.

어떤 상황에서 발생한 버그인가요?

  • 개발 당시에는 TestPage에서 TextField라는 이름으로 잘 불러와 져서 문제를 발견하지 못했습니다.
  • Default export를 했는데 어떻게 다른 이름으로 import가 될 수 있었는지는 모르겠습니다.

어떤 작업을 할 예정인가요?

  • InputTextField -> TextField 이름 변경

Metadata

Metadata

Assignees

Labels

fix버그 및 오류 수정

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions