mud icon indicating copy to clipboard operation
mud copied to clipboard

investigate import side effects of entrykit

Open frolic opened this issue 9 months ago • 0 comments

importing anything in entrykit seems to cause walletconnect to mount to the page and add stuff to the <html> tag

I wonder if we can solve this by 1) not bundling the exports and build each file separately but point to the built export files so we don't have to import the whole world and/or 2) async import the rainbowkit stuff (and thus walletconnect stuff) when needed

frolic avatar Mar 04 '25 17:03 frolic