To quote the README:
The package react-select is optional. It is unnecessary if you're only using the hook.
However, you can see react-select listed here as a peer dependency:
This means that, whether or not we need react-select, it will still get installed despite not explicitly installing it ourselves. For my specific use-case, I'm only using the hook, and react-select is causing build errors for us.