A component is changing a controlled input of type text to be uncontrolled. Input elements should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled input element for the lifetime of the component.
input value 에 undefined 들어갔을경우 에 대한 처리
value ={value ||""}