Posts by Leonardo Peixe • 3 points
1 post
-
0
votes1
answer46
viewsQ: Manipulating Async/Await function return with JSON.parse - REACTJS
I have the code below that is returning an error where I am not understanding how to solve. The log console of "Ret.value" returns {"id":1,"name":"Max"} string correctly, but in JSON.parse. Argument…