inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

권혁진님의 게시글

권혁진 권혁진

@lexky820778

수강평 작성수
1
평균평점
5.0

게시글 1

질문&답변

Attempted import error: 'Icon' is not exported from 'antd'. 에러가 뜹니다.

해결 했습니다. 기존에 import Icon from 'antd'로 되있던것 컴포넌트에 있는 것 전부 아래걸로 교체하시면 됩니다. import Icon from '@ant-design/icons' ; 그리고 터미널에 입력: npm install @ant-design/icons --save-dev

좋아요수
0
댓글수
2
조회수
1026