Warning: 'value' prop on 'input' should not be null. Consider using the empty string to clear the component or 'undefined' for uncontrolled components.
input value 값에 빈 문자열에 대한 처리를 추가해준다.
<input type="text" value={value || ''}/>