I’m experimenting with the web3uikit ConnectButton component, but I can’t get it to rerender (aside from a hard refresh on the page that rerenders everything).
I’ve tried wrapping the ConnectButton in another component and forcing that component to rerender (everything other than the ConnectButton rerenders). I’ve tried adding extra state variables to the ConnectButton (and forcing those state variables to change).
No matter what I try, I can’t get the ConnectButton to rerender.
Does anyone know how to force it to rerender?