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

[DS-82] TextField ref prop 사용 에러 이슈 해결 #136

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

LTakhyunKim
Copy link
Contributor

@LTakhyunKim LTakhyunKim commented Oct 12, 2023

DS-82

Description

TextField 컴포넌트에서 ref prop 사용 시, 에러가 발생하는 이슈를 해결합니다.
forwardRef 를 사용하지 않을 경우, ref prop 을 사용할 수 없으며 이로 인해 에러가 발생합니다.
TextField component 에 forwardRef 를 사용하여 위 이슈를 해결합니다.

본 PR 은 TextField InputProps 미적용 이슈 해결 PR 머지 이 후 리뷰 부탁드립니다.

@LTakhyunKim LTakhyunKim added the bug Something isn't working label Oct 12, 2023
@LTakhyunKim LTakhyunKim self-assigned this Oct 12, 2023
@github-actions
Copy link

github-actions bot commented Oct 12, 2023

@LTakhyunKim LTakhyunKim marked this pull request as ready for review October 31, 2023 06:02
@LTakhyunKim LTakhyunKim merged commit dd80aec into main Oct 31, 2023
3 checks passed
@LTakhyunKim LTakhyunKim deleted the ds-82-textfield-ref branch October 31, 2023 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants