inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

최자은님의 게시글

최자은 최자은

@lattechoi21652

수강평 작성수
-
평균평점
-

게시글 3

질문&답변

에러

3시간 동안 고쳐보면서 찾아해맸는데 중간에 대소문자 구별이 제대로 안되있어서 그랬네요... 그래도 해결했습니다..ㅎ

좋아요수
1
댓글수
4
조회수
448

질문&답변

에러

추가로 터미널에서 npm install @ant-design/icons --save-dev하고 uploadproductpage.js의 import에서 import { Typography, Button, Form , Input } from '@ant-design/icons'; 이렇게도 해보고 {} 를 없애고도 해봤는데 위처럼 저렇게 긴 오류는 없어졌지만 ./src/components/views/UploadProductPage/UploadProductPage.js [1] Attempted import error: 'Button' is not exported from '@ant-design/icons'. [0] [nodemon] restarting due to changes... [1] Compiling... [1] Failed to compile. [1] [1] ./src/components/views/UploadProductPage/UploadProductPage.js [1] Attempted import error: 'Button' is not exported from '@ant-design/icons'. 이렇게 터미널에 오류가 생깁니다. 구글에 antd button 오류에 대해 검색해봤지만 아직 방법을 찾지 못했습니다 ㅠ

좋아요수
1
댓글수
4
조회수
448