cca-io / rescript-mui

ReScript bindings for MUI
MIT License
255 stars 52 forks source link

Fix Autocomplete's renderOption signature. #200

Closed mvaled closed 1 year ago

mvaled commented 1 year ago

The first argument is the props passed to the option, there was a missing ownerState.

fhammerschmidt commented 1 year ago

Thanks for fixing this.