Posts by Alexandre Gessone • 11 points
1 post
-
0
votes1
answer56
viewsQ: Why do I receive "user" as indefined?
I am receiving user as Indefined but I don’t understand the reason. Can help me? import React from 'react'; class Main extends React.Component { state = { listaMensagens: [ { usuario: "", mensagem:…