With :
"get-starknet": "^4.0.0",
This code in a Next.js project :
import { connect } from "get-starknet";
const getWalletSWO = await connect({ modalMode: "alwaysAsk", modalTheme: "light" });
is not displaying the default UI to select a wallet, and is generating an error :

@amanusk
With :
This code in a Next.js project :
is not displaying the default UI to select a wallet, and is generating an error :

@amanusk