Como estou com problemas no JAR, temporariamente, estou utilizando e heroku. Porém após a atualização do App.js (componenteDidMount), a tabela nao é atualizada e é emitido o warning( warning??) :
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:58)
in div (at App.js:56)
in form (at App.js:55)
in div (at App.js:54)
in div (at App.js:53)
in div (at App.js:49)
in div (at App.js:30)
in App (at src/index.js:7)