I am facing these issues in all of the components from web3uikit. I am using NextJs typescript and this is my component that calls ConnectButton. Connect will be called in Navbar.
import {ConnectButton} from 'web3uikit'
const Connect = () =>{
return <ConnectButton />
}
export default Connect;
Thank you in advance.
PS. My web3uikit version is “web3uikit”: “^0.1.149”,