Problem with Web3UIKit

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”,

Hello,

You can join the discord server and ask in a channel specific to web3uikit. usually there is more activity there.