styled-components: it looks like an unknown prop "backgroundcolor" is being sent through to the DOM, which will likely trigger a React console error. If you would like automatic filtering of unknown props, you can opt-into that behavior via `<StyleSheetManager shouldForwardProp={...}>` (connect an API like `@emotion/is-prop-valid`) or consider using transient props (`$` prefix for automatic filtering.)
$ 접두사를 붙여 해결했다.
'Front-End' 카테고리의 다른 글
[Next.js] Using API Router(Router Handlers) in App router (0) | 2024.01.06 |
---|---|
[Vercel, Front-end] mono-repo에서 배포 안되는 문제 해결 (1) | 2023.11.27 |
[Next] 동적라우팅에서 router.pathname, router.asPath 차이 (0) | 2023.09.30 |
[Next] Next내에서 .env 파일의 환경변수들이 안 읽히는 문제 해결 (0) | 2023.09.25 |
[Node] npm 명령어들 링크 모음 (0) | 2023.09.21 |