mud
mud copied to clipboard
investigate import side effects of entrykit
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