starknet-io / get-starknet

StarkNet wallet <-> dApp bridge
MIT License
154 stars 106 forks source link

get-starknet v4 UI is not working #257

Open PhilippeR26 opened 3 days ago

PhilippeR26 commented 3 days ago

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 : image

@amanusk