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

316
Views
Material Ui Autocomplete Crashes

I wrote the following code 2 months ago and it was working normally. Unfortunately, today I noticed its been not working since 2 3 weeks. I think there's a problem with mui libraries

Here is a Screenshot about the error

and here is code below:

<Autocomplete
    multiple
    id="checkboxes-tags-demo"
    options={result}
    groupBy={(option) => option.type}
    fullWidth
    onChange={(event, newValue) => {
        setFav(newValue)
    }}
    getOptionLabel={(option) => option.title}
    renderOption={(props, option) => (
        <div {...props} className={styles.resultBox}>
            <div className={styles.poster}>
                <img
                    src={
                        "https://www.themoviedb.org/t/p/w440_and_h660_face/" +
                        option.poster_path
                    }
                />
            </div>
            <div className={styles.desc}>{option.title}</div>
        </div>
    )}
    renderInput={(params) => (
        <TextField
            {...params}
            className={styles.SearchBox}
            variant="standard"
            onChange={handleSearch}
            placeholder="Favorites"
        />
    )}
/>

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!