Posts by Erik Garces Matos • 26 points
2 posts
-
0
votes1
answer28
viewsA: Send a photo to the bank through onChange on React?
The method useState is asynchronous which means it takes time to run and when you give the console.log in the variable photoPortifolio she is not yet ready with the value. Recommended to check the…
reactanswered Erik Garces Matos 26 -
1
votes1
answer39
viewsA: How to delete strange character in page header
I believe it may be because you added the html tags from meta, title etc inside the tag body, when the correct would be to be inside the tag head. In the image you posted the tag head this empty.…