input readOnly warning1 [Error] Warning: You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`. 에러 발생 todomvc를 만드는데 아래와 같은 에러가 발생했다. Warning: You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`. 발생 원인 todomvc에서 해당 부분은 아래와 같은 코드로 구성되어있다. itemElement = ( {content} ); checked는 event delegation으로 해당 태그의 className이 toggle 일 때, useState로.. 2021. 10. 27. 이전 1 다음