This opens the popup:
const {requestProvider} = await import("@getalby/bitcoin-connect-react")
const provider = await requestProvider()
But found a solution that doesnt:
import {onConnected} from '@getalby/bitcoin-connect';
const unsub = onConnected(async (provider) => {
...
});
unsub();