Posts by Breno Cristovão • 19 points
3 posts
-
0
votes2
answers44
viewsA: Grab list of objects within the array
{ planos.map(function (plano, index) { return ( <div key={index} className="form-row"> <div className="form-group col-6 col-sm-6 col-md-8…
-
1
votes1
answer256
viewsA: Unknown column in 'field list' in INNER JOIN code using COUNT()
This error occurs because in your query there is no 'itens_venda.cd_itens_venda' column Check your database to see if this column actually exists.
sqlanswered Breno Cristovão 19 -
0
votes2
answers73
viewsQ: Send custom property to Privateroute component in React
Problem: Basic information: React project with the following dependencies.: "dependencies": { "@emotion/core": "^10.0.35", "@fortawesome/fontawesome-free": "^5.14.0",…