js
js copied to clipboard
how to use setIsWalletModalOpen on v5
I don't see any option to open the modal programmatically, can you guys help out?
hey @mateodaza I don't think we support this yet, but we'll take a look! cc: @MananTank
@mateodaza - This is in our roadmap, We'll soon add a hook for this (ideally by next week)
I think there is still no way to programatically open the modal in the latest release
Can't use useSetIsWalletModalOpen
Hi @levitatejay - This feature is now available in the latest version of thirdweb package via useConnectModal hook
Please refer to https://portal.thirdweb.com/references/typescript/v5/useConnectModal for more information:
@MananTank Thanks that's worked great for sign in. I haven't been able to find a way to programatically open the Detail Modal (with the Send/Receive/Buy). Do you know if there's a way?