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 |
Tags
- error
- typescript
- 리액트
- 알고리즘
- 자바스크립트
- 타입
- DAILY
- 아키텍처
- jest
- nextjs
- Component
- test
- javascript
- next.js
- Solid
- 타입스크립트
- DFS
- Study
- SVG
- docker-compose
- BFS
- Unit Test
- 다이나믹프로그래밍
- type
- 프론트엔드
- Docker
- react
- svgr
- Primitive
- 백준
Archives
- Today
- Total
목록DOM (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