Toda vez que o projeto é atualizado, aparece esse Warning, porém o erro aponta pro código já transpilado. O que posso ter feito de errado, já que no seu não mostra?
Warning: Failed prop type: You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`.
in input (at App.js:57)
in div (at App.js:55)
in form (at App.js:54)
in div (at App.js:53)
in div (at App.js:52)
in div (at App.js:48)
in div (at App.js:31)
in App (at src/index.js:7)