There is a component that, when downloaded, downloads a json object from randomuser.me
The error occurs when the component is rendered due to the fact that it is supposedly not an object at all, the error itself looks like this
undefined is not an object (evalueting "users.map") further render method
the object itself looks like this
I understand that after the setState method, the render method should be called automatically, made an alert to check the state, and I was told
[object Object]
but I don’t understand why after the next render call it doesn’t work, thank you so much for the answer, happy new year!


