Alex

Results 33 comments of Alex

@eggplantzzz we use lerna for our package manager and it seems to depend on yarnpkg/parsers@3 which is where the error is coming from for one of the packages. For the...

Did some investigation and this issue is because we use EventTarget in the codebase for browsers and reactnative does not [support this natively.](https://github.com/facebook/react-native/issues/38004#issuecomment-1604907627). A solution we can use is suggested...

@Muhammad-Altabba Hi there, The issue is a property called `EventTarget` that is included in the nodejs version of eventemitter, and is not included in react-natives eventemitter. Looking at this [comment](https://github.com/facebook/react-native/issues/38004#issuecomment-1604907627)...

Hi there, thank you for submitting this issue. https://docs.web3js.org/guides/smart_contracts/infer_contract_types_guide/ When you define your abi make sure to define it `as const` like in the example above. So in your case...

With having more than one provider available, just thinking if we it would be good to have a removal function for `EIP6963ProviderDetail`

https://github.com/ChainSafe/web3modal/pull/22

sorry for the long response, it seems this issue can be fixed with a fillPrice, is this issue also occuring with the latest release as well?

I believe this issue is fixed as we removed polyfills from library, closing

thank you for reporting this issue, can you provide some extra information? Node.js version, NPM Version and the contents within your package.json?

What are you using to build the android app?