https://codesandbox.io/s/checkboxestags-material-demo-forked-m19vj?file=/demo.js
The code below for autocomplete component was working fine in functionality point of view. But, the drop-down texts are transparent. How to fix this without changing any library?
You're using Material-UI v4 but you followed v5's API. Autocomplete's renderOption API has changed in v5. Here's the API you should use
function(option: T, state: object) => ReactNode.