Когда я импортирую эфиры и создаю новый кошелек, это покажет эту проблему, и время от времени
import { ethers } from 'ethers';
var wallet = ethers.Wallet;
let newWallet = wallet.createRandom(); //this is where the problem is shown, when I annotate this line, it's gone