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

209
Views
Warning: Encountered two children with the same key, 'Device 846' in Autocomplete of material-ui

Now, I'm faced to a lot of waring message caused by my component. As you seen in the title, "Warning: Encountered two children with the same key, 'Device 846' " is printed in console log.

<Autocomplete
  multiple
  id="tags-standard"
  options={test}
  size="small"
  style={{ width: 180 }}
  getOptionLabel={(option) => option.title}
  renderInput={(params) => (
    <TextField {...params} variant="outlined" label="Device" />
  )}
  onChange={(object, value) => console.log(value)}
/>

This is my component settings and then the dataset of test is in here.

[{title:"Device-1", id:1},{title:"Device-2", id:2},...,{title:"Device-846", id:846}]

Now I'm working on React.js Please, let me know the solution.

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!