DEV Community

Discussion on: The Complete Guide to Full Stack Solana Development with React, Anchor, Rust, and Phantom

Collapse
 
proadik profile image
Адиль

Is there any way to reconnect to wallet after page refresh? I've seen it on Metaplex example, but can't reproduce it on my react app. Help pls!

Collapse
 
merlox profile image
merlox

It does reconnect if you setup the autoConnect parameter like so:

<WalletProvider wallets={wallets} autoConnect>
Enter fullscreen mode Exit fullscreen mode