Posts by Luiz Cherpers • 1 point
2 posts
-
0
votes0
answers24
viewsQ: Json deserialize array for object
I’m trying to call a web API that returns me a json with multiple values as specified below json received [ { "total_documents": 2, "total_in_this_page": 2, "current_page": 1, "total_pages": 1 }, {…
-
-2
votes1
answer78
viewsQ: Error accessing property with map function
When I try to access the property this.props.arrayMenu shows me the following error: Uncaught Typeerror: Cannot read Property 'id' of Undefined. as shown below: import React , { Component } from…