codestates / codestates/Cogether
[❓에러 핸들링 ] 한은태/ 2021-11-04 / `value` prop on `input` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
## **어떤 에러가 발생했나요?**
`value` prop on `input` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.

## **에러 핸들링 방법**

value 값을 받아올때 ==> || '' 써주면 해결해주면 된다고 한다.
값이 없을 경우에 대해서도 처리를 해주면 된다는 뜻.
## **에러 설명 및 해결 과정 설명**
잠조 링크
http://lab.naminsik.com/4051
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.