Posts by Rodrigo Azevedo • 71 points
4 posts
-
1
votes2
answers154
viewsA: Promise async/await not resolved
Promise within a map need to be resolved with Promise.all() You used await off the map to make all the queries. In case you would have to involve all the map queries within a Promise.all.…
-
1
votes1
answer45
viewsQ: React com Typescript
Hello, I am learning to make React applications with TS, and within my studies I came across a problem. I am exporting a component as follows const Button = styled.button` background-color:…
-
2
votes1
answer11598
viewsQ: Typeerror: items.map is not a Function
I made a request in a URL via Fetch, however it returns me an error when I ask for the mapping of the json, someone knows how to solve ? I’ve hidden the URL because it’s private. import React, {…
-
2
votes1
answer1063
viewsQ: Nameerror : is not defined in python3
I have a simple problem, when I run this function it returns an error : Traceback (Most recent call last): file.py3 on line ? , in getUserOutputs userOutput = _runwwmdh(testInputs[i]) file.py3 on…