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

125
Views
How to return a tag on calling the method

I want to return a tag from a method so that once I call the method the tags are returned and these tags are used to call a component. analysisinfo is an useState array which contains the below values. These values are being passed into this method.

0:
cpu: true
hdd: true
id: "00000000000000000000000000000000"
ram: true 

const Populate = () => (
<>
    { 
        analysisinfo
            .filter(i => i.id !== defaultid)
            .map((i, idx) => (
                <AU props={i} instance={idx} />
            ))
     }
</>
);

On calling the method AU tag isn't been called and its is not been populated.

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!