codestates / codestates/ThereWeather
[Error Handling] 스타일 컴포넌트 사용시
Open
client
error
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
## 어떤 에러인가요?
- 리액트에서 스타일 컴포넌트 적용시에 나오는 에러 메세지
## 에러 메시지
```jsx
<문제되는태그> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.
```
## 에러 핸들링 방법
```jsx
<문제되는태그>를 영문소문자가 아닌 **첫글자는 영문대문자**로, **파스칼 케이스로 작성**하면 오류 해결됨
```
## 에러 핸들링을 위해 참고한 레퍼런스 링크
[예시1](https://javappo.tistory.com/284)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.