TypeError: Cannot read properties of undefined (reading 'Web3Provider')
at connectingWihContract (apiFeature.js:41:43)
at async fetchData (ChatAppContext.js:30:24)
const provider = new ethers.providers.Web3Provider(connection);
This Line giving me errors
TypeError: Cannot read properties of undefined (reading 'Web3Provider') at connectingWihContract (apiFeature.js:41:43) at async fetchData (ChatAppContext.js:30:24)