에러
Invalid DOM property `for`. Did you mean `htmlFor`?
아무생각 없이 console 보다가 Warning 발견... error까지는 아니고 위험한건가 뭐..하튼 빨간색이니 지워주도록 하자
해결 방법
<label for=""> 이름 </label>
// for를 htmlFor로 변경하면 된다.
<label htmlFor=""> 이름 </label>
'에러 해결' 카테고리의 다른 글
[Cookies] attributes.expires.toUTCString is not a function (0) | 2022.04.14 |
---|---|
[Git] E325: ATTENTIONFound a swap file by the name ~ 에러 해결 방법 (0) | 2022.01.12 |
[React] useState 초기값으로 props를 사용하면 안된다. (0) | 2022.01.05 |
[React]Cannot update a component (`Transaction`) while rendering a different component (0) | 2021.12.10 |
[React] 이미지파일 Module not found (0) | 2021.09.12 |