Objects are not valid as a React child (found: object with keys {id, firstName, lastName, userName,}) React Error using Axios to get data from my api
I am trying to populate Data from my API into my react form. When i console.log my get statement. I can see the array with the information which means my get is getting the information.