You are rendering a object with props, and this is not permitted in react, but this is simple to resolve, you can resolve this with two ways.
User: {
Triggering the error: User
correct way: User.name
Users: [ {
you can resolve with a Users.map(user => ({{user.name}}).