다음과 같은 에러가 나타났다면..
component 이름을 소문자로 쓴 것인지, 틀리게 썼는지 살펴봐야 한다.
Warning: The tag <list> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.

List 인데 list로 써서 위와 같은 에러를 만났다.
List 로 고치니 정상 동작~
import {Paper, List, Container} from '@material-ui/core'

'IT 개발, develop' 카테고리의 다른 글
[flutter] windows 에 설치 & android webview app 만들어보기 (0) | 2023.10.18 |
---|---|
[react] npm ERR! Fix the upstream dependency conflict, or retry (0) | 2023.10.12 |
[react] create-react-app errno -4058 (0) | 2023.10.12 |
댓글