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

464
Views
React - Error using function to evaluate prop value

In the picture below, I'm trying to replace line 120 (which works when not commented) with line 121 so that I can add additional logic in the function on line 98.

However I am seeing error "Invalid value for prop value"

enter image description here

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

You are passing an arrow function rather than a value. It should be

value={this.getValue(data, name, catIndex, fieldIndex, type, value)}
about 4 years ago · Juan Pablo Isaza Report

0

Your getValue(1,2,3,4) function has 4 parameters. But you called it with 6 parameters.

value={()=> this.getValue(data, name, catIndex, fieldIndex, type, value)}

PS... do not upload your code with picture. copy and paste is not difficult.

about 4 years ago · Juan Pablo Isaza Report
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!