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

139
Views
Error payload exceeded 1 mb on Select box click

there. I have very weird error from payload in console. Which i strugle to understand and fix. When i try to change a value in select box. And click on select box, i recieve warning which says

Error: payload exceeded 1MB limit
    at Object._$jsonPayload_21.event

Although app doesn't crash, it just throws error in console.

And the wierdest part is that i dont even change value in select box, i just click on it not selecting yet a value.

Also i forgot to mention that i recieve employees from Redux, but error trigers when i click on Select element.

I never faced this error previously, if anyone knows how to fix it or what may be wrong here, i would be very gratefull.

      <Select
        onChange={(e) => { concole.log(e)  }}
      >
        {
          employees.map(employee => {
            if (employee.works === true) {
              return <Option key={employee.id} value={employee.name}>{employee.name}</Option>
            } else {
              return null
            }
          })
        }
      </Select>
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!