Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- error
- 타입스크립트
- Primitive
- Study
- 자바스크립트
- Unit Test
- javascript
- next.js
- DFS
- docker-compose
- 프론트엔드
- type
- typescript
- test
- DAILY
- 리액트
- 백준
- nextjs
- react
- 아키텍처
- SVG
- 알고리즘
- Docker
- Component
- svgr
- jest
- 다이나믹프로그래밍
- BFS
- 타입
- Solid
Archives
- Today
- Total
목록lowercase (1)
`프론트엔드 개발자` 개형이의 벽돌집
Warning: React does not recognize the 문제 해결 과정
현재 내가 담당한 프로젝트에서는 React를 사용하고 있는데, 특정 컴포넌트를 사용할 때 콘솔에 아래 에러가 나오고 있었다. Warning: React does not recognize the `{넘겨준 props}` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `{넘겨준 props를 소문자로한 이름}` instead. If you accidentally passed it from a parent component, remove it from the DOM element. 동작엔 문제가 없었고 콘솔에만 에러가 찍혔지만 찝찝하니까 해결을 하기..
React
2023. 8. 10. 16:53