floating/frame-extension

MetaMask no longers works

edxeth opened this issue · 0 comments

edxeth commented

MetaMask no longer works if Frame Companion is enabled. The browser extension lacks a "flip" feature (like in Rabby Wallet) where the user is given an option whether to use one or another, else some users may not understand why is MetaMask no longer working. Perhaps it exists and I'm not aware of it?

Besides, having MetaMask, Rabby Wallet, and Frame Companion concurrently enabled creates some sort of extension conflict, like in my particular case, a TypeScript runtime error is thrown and caught by a Next.js application in development when switching browser tabs, as shown in the below screenshot:

image

Disabling the "conflicting" wallet browser extensions resolves the issue. Very annoying for Next.js developers. (no clue whether other frameworks are affected though)