A component is changing an uncontrolled input to be controlled. 에러 해결

Holyday33·2022년 1월 18일
0
react_devtools_backend.js:4045 Warning: A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component.!

인풋에 값을 넣은 순간 위의 에러가 떴다.
input value 로 undefined 가 들어가서 그렇다.
그럼 value에 undefined가 들어갔을 때에 ''들어가게끔 코드를 작성해주면 된다.

profile
Why so serious?

0개의 댓글