I am getting the
Property 'ethereum' does not exist on type 'Window & typeof globalThis'
error in React. This is the line generating the issue:
import { ethers } from 'ethers'
const provider = new ethers.providers.Web3Provider(window.ethereum);
Any idea of what could be happening?