79773662

Date: 2025-09-24 11:37:52
Score: 1
Natty:
Report link

In my case I needed to pass the props to the li item for this to work. (MUI ver. 7.1.1 )
Ex;

renderOption={(props, option, state) => {                                                                   
    return (<li {...props}><div>{option.title}</div></li>);
}
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: GoaKoala