Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

192
Views
Array.map() Not rendering data in React

I have Array Like this. enter image description here

I need to render this data one by one with my component . So I tried to create a map function and render this data true the map. But It's not working. I Can't find the solution for that. I am struggling with this error with like hours. I really need your help.

This is the component that I need to render my data one by one.

function addVariantSection(data) {
    return(
      <Grid container spacing={10}>
        <Grid item xs={12} style={{ justifyContent: 'space-between', display: 'flex' }}>
          <div>{data.variant1}</div>
          <Checkbox color='primary' inputProps={{ 'aria-label': 'secondary checkbox' }} />
        </Grid>
      </Grid>

    )
  }

This is how I pass the data to this component,

{itemVariant.map((item)=>addVariantSection(item))}
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!