Paintoshi
Paintoshi
As @Finki007 said. It worked for me too, but I just set the pixelRatio to 1
@harsh5902 Why was the PR closed?
@UsamaSaleem14 I got Opera to work in 1.9.9 by adding this ``` const isOpera = window.navigator.userAgent.indexOf("OPR") > -1 || window.navigator.userAgent.indexOf("Opera") > -1 let isOperaChromium = false if(window.chrome !== null &&...
Try e.stopPropagation() instead of e.preventDefault(). That worked for me.
@farreldarian Nice solution! I spent hours on this today and came up with a slightly different approach. ``` export function walletClientToProvider(walletClient: WalletClient) { const { chain, transport } = walletClient...
Probably not relevant anymore but here is what worked for me. However, some GIFs turns into a mess. Destroyed colors and play too fast. I don't know what's wrong with...
Update: Migrated to @reown/appkit 1.0.4 and now it's even worse. 1. It shows only 80 wallets when defining fantom as network and even when NOT using the defaultNetwork param that...
I get the same error in my Next.js project when trying to migrate to widget 3.0.0. Additionally, if I use this in my next.config.js (as I had before) `transpilePackages: ['@lifi/widget',...
@DNR500 Thanks for the hint about app router. I have a relative small project, so I migrated to app router instead and the new widget builds now. But I'm seeing...
In my case I got the "Access token expired or revoked" during github workflow automation even when using the new trusted publisher allowance, but it was solved by making sure...