I am currently using Hub in my AWS/React application and it works just fine. I imagine you just need to install aws-amplify via 'npm i aws-amplify' without the "/utils". Then, you can you use the same import statement as you are.
import { Hub } from "aws-amplify/utils";