I need some advice on a project I am working on that utilizes material-ui@next (v1). While I appreciate the new features in the latest autocomplete, I find it too complex for my needs. Instead, I would like to revert back to the older version of the autocomplete component from material-ui.
However, when I try to install v1, it automatically removes the older version and vice versa. Is there a way for me to extract just the autocomplete component from the older version and somehow integrate it into v1?
Any help or suggestions would be greatly appreciated!