git reset, commit amend
Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You lik
.eslint.json 파일 삭제 후.eslint.js에 다음 소스코드 첨부하지만 이렇게 해도 npx eslint . 를 실행했을때 타입스크립트(tsx,ts) 파일들은 에러가 보이지 않는다. 여전히 npx eslint "\*/.tsx"로 실행해야 한다.
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