DEV Community

Discussion on: How to fix "Property 'ethereum' does not exist on type 'Window & typeof globalThis'.ts(2339)"

Collapse
 
sheriff0613 profile image
sheriff0613

I have met the same issue.
When I typed above code to my file and met the another issue said "Subsequent variable declarations must have the same type. Variable 'window' must be of type 'Window & typeof globalThis', but here has type 'any'.ts(2403)".
Could you help me with solving this issue?

Collapse
 
naftalimurgor profile image
Naftali Murgor

Hi!
Please share a github or codepen so I can have a look