-
Notifications
You must be signed in to change notification settings - Fork 1
className을 prop으로 넣고 싶어요
minjeong9919 edited this page Jun 7, 2024
·
1 revision
문제 상황
button 컴포넌트의 확장성을 위해 className을 prop으로 받아서 추가적인 스타일링이 가능하도록 하려했음 근데 스타일 지정이 안됨 why?
문제 해결
prop으로 클래스이름을 전달할 때는 그냥 text만 넣으면 당연히 스타일이 지정이 안됨! cn을 감싸서 넣어야함!
민정 🐶
- event 타입 지정하기
- React Hook "useState" is called in function "page" that is neither a React function component nor a custom React Hook function
- className을 prop으로 넣고 싶어요
- The ref value 'elementRef.current' will likely have changed by 어쩌고 에러
- react hydration error
- input type='file'
- ObjectRef와 MutableRefObject
- react-hook-form onChange가 trigger 되지 않는다면?