Results 13 comments of Phat Tran

I workaround by set the `walletConnectProvider` to undefined before `activate` ``` import { WalletConnectConnector } from '@web3-react/walletconnect-connector'; const walletConnect = new WalletConnectConnector({ infuraId: process.env.NEXT_PUBLIC_INFURA_ID, }); async function connectWalletConnect() { walletConnect.walletConnectProvider...

@lambasoft I got same your problem that I mentioned at https://github.com/ariedov/flutter_snaplist/issues/11

Hi @ariedov, I implement your suggestion. But seem it's only working with Next navigate ``` sizeProvider: (index, data) { if (data.center == index - 1) { final height = cardSize.height...

Hi @saltpetreca, Do you resolve this issue?

Hi @saltpetreca , I can solve the popup effect issue with my code mentioned above. But about the index still not yet

Look like the version 2.1.0 was removed on Maven. I change the link to ``` implementation 'com.couchbase.lite:couchbase-lite-android-ee:2.5.0' ``` at ``` ios/.symlinks/plugins/fluttercouch/android/build.gradle ``` It's working well

I got the same problem at my side. But not sure why it's not happening here https://codesandbox.io/embed/web3react-demo-mqlydu?fontsize=14&hidenavigation=1&theme=dark

I found some work around here https://github.com/NoahZinsmeister/web3-react/issues/454 https://github.com/NoahZinsmeister/web3-react/issues/376

> > It's a problem with the type dependencies for the express types. See #47339. > > These commands fixed it for me: > > ``` > > npm update...