I was trying to figure out why my compiled js code using webpack had the following error in the console?
Uncaught TypeError: Cannot assign to read only property 'ethereum' of object '#'
When I look at the code that generated the error I see a bunch of references to CoinbaseWalletAPI and Ethereum... It seems to be in a small module called requestProvider.js. Has anyone ran into this before? I have not been able to find any references to this error online. When I looked up that NPM module I found this page(https://www.npmjs.com/package/request-provider), I'm assuming one of my modules in my project is including requestProvider but I do not know which one and I cannot find references in the source code in my node modules folder.