You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File node_modules/@maticnetwork/maticjs-web3/dist/ts/utils/web3_tx_to_matic_tx.d.ts is responsible for the error, I have tried reinstalling the package and manually installing the web3 package but it didn't help.
The text was updated successfully, but these errors were encountered:
Looks like it tries to find 'Transaction' and I noticed that Transaction exists here web3-eth/types/index.d.ts (if web3 is installed)
So, I changed import { Transaction } from "web3/eth/types"; line to import { Transaction } from "web3-eth/types"; (changed slash to dash)
in node_modules/@maticnetwork/maticjs-web3/dist/ts/utils/web3_tx_to_matic_tx.d.ts and issue dissappeared.
File node_modules/@maticnetwork/maticjs-web3/dist/ts/utils/web3_tx_to_matic_tx.d.ts is responsible for the error, I have tried reinstalling the package and manually installing the web3 package but it didn't help.
The text was updated successfully, but these errors were encountered: