개발(Web)/Web

[Ant Design] Warning: [@ant-design/icons] Should have `component` prop or `children`.

shinyelee 2021. 2. 25. 10:59
 

앤트디자인 에러(Ant Design Error) Attempted import error: 'Icon' is not exported from 'antd'.

Attempted import error: 'Icon' is not exported from 'antd'. 방법 1. antd 재설치 및 코드 수정 [오류해결] 'Icon' is not exported from 'antd' 위와 같은 오류가 뜨기 시작. Attempted import error: '@ant-..

shinye0213.tistory.com

Warning: [@ant-design/icons] Should have `component` prop or `children`.

위 글에서 계속. 코드를 바꾸니 npm run은 되지만
여전히 아이콘은 뜨지 않음
콘솔창에도 경고가 뜸


방법 2. 설치 명령어 변경

 

ant-design icon, button 사용

ant.design/components/icon/#components-icon-demo-iconfont Icon - Ant Design Import icons from @ant-design/icons, component name of icons with different theme is the icon name suffixed by the theme n..

im-challenge.tistory.com

기존에는 npm install antd --save로 설치했으나 이번엔 npm install --save @ant-design/icons로 시도 -> 실패


방법 3. 코드 변경

 

앤트디자인 아이콘 에러/미표시 문제(Ant Design Error)

앤트디자인 에러(Ant Design Error) Attempted import error: 'Icon' is not exported from 'antd'. Attempted import error: 'Icon' is not exported from 'antd'. 방법 1. antd 재설치 및 코드 수정 [오류해결]..

shinye0213.tistory.com

반응형