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
I'm building a node.js + Typescript application with @0xsequence/multicall as dependency and the build throws this error:
node_modules/@0xsequence/multicall/dist/declarations/src/providers/external-provider.d.ts:4:22 - error TS2420:
Class 'MulticallExternalProvider' incorrectly implements interface 'ExternalProvider'.
Types of property 'isMetaMask' are incompatible.
Type 'boolean | undefined' is not assignable to type 'boolean'.
Type 'undefined' is not assignable to type 'boolean'.
The text was updated successfully, but these errors were encountered:
I'm building a node.js + Typescript application with @0xsequence/multicall as dependency and the build throws this error:
The text was updated successfully, but these errors were encountered: