Posts by Roger Moraes de Moura • 83 points
4 posts
-
2
votes1
answer364
viewsA: Music player with playlist
Try removing the tags <a> and puts a <span>, just don’t forget to change in js tbm !! Or tbm can try to use the property target=_self.
-
0
votes1
answer25
viewsA: Component is not being rendered
Try this ! import Activities from '.. /activities/activities' And then call in the render the name Activities in capital letters.
-
3
votes1
answer287
viewsA: Access a list within a list in React jsx
Gabriel you need to make a map inside another just that, you’re already with the data in hand just go ! I created a list for you to see how simple it is !! var lista = [{ "ax_cnpj" :223132123,…
-
-4
votes1
answer410
viewsQ: Error showing image with GD
I’m trying to display a PNG image on the client’s browser screen using PHP, but only a black screen with a comic in the center appears. What am I doing wrong? Here’s my code: <?php $file =…