i want to display points but i have mapping error.
this.state = {
emps:[],
}
{this.state.emps.map(emp=>
{emp.points}
)}
i want to display points but i have mapping error.
this.state = {
emps:[],
}
{this.state.emps.map(emp=>
{emp.points}
)}
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Aug 20, 2021, 8:06 AM
Ganesan CPosted Aug 20, 2021, 9:03 AM