일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- reactnative 웹뷰 페이지 로딩
- JS
- react
- slick slider 간격
- 타입스크립트
- RN navitate push
- 퍼블리셔
- 프론트앤드
- safari wiondow.open
- styled component is not working
- react이론
- scrollIntoView scrollTo
- React-Native IOS
- styled component
- 리액트
- 임고미
- React Native SafeArea Custom
- styled component 작동 안될때
- SafeArea 커스텀
- 웹뷰 페이지 로딩
- React-Native 공부
- rn webview page loading
- React Native navigation
- styled component 작동안함
- gsap
- 트윈맥스 기초
- react native safeArea
- input 숫자입력
- gsap 기초
- js 특정 위치로 이동
Archives
- Today
- Total
목록styled components component cannot create styled-component for component: undefined. (1)
개발공부 임고미
[Styled Component] 적용안되는경우2
결론 : //X const CustomButtom = styled(CommonButton) ``; //O const CustomButtom = styled(props => ) ``; 평소에는 위와 같은 방식으로 하면 잘 작동되는데 안되는경우가 잇다. CustomButton이 CommonButton보다 먼저 생성되는경우이다. 위의 경우에는 styled components component cannot create styled-component for component: undefined. 라는 문구가 뜬다. 이때 위와 같은 방법으로 props을 받았을떄로 컴포넌트를 생성해주면 위의 에러를 맞이하지 않고 잘 해결할 수 있다.
퍼블리싱/라이브러리
2021. 11. 29. 20:41