Irys-xyz / arweave-js-sdk

JS SDK for Irys on Arweave
110 stars 95 forks source link

error TS1005: '?' expected. #118

Closed ihor-protsenko-theraven closed 7 months ago

ihor-protsenko-theraven commented 7 months ago

Error: node_modules/@irys/query/build/cjs/types.d.ts:50:58 - error TS1005: '?' expected. [K in keyof T]?: T[K] extends (infer U extends object)[] ? Field : T[K] extends object ? Field<T[K]> : boolean;

"typescript": "~4.6.4"
JesseTheRobot commented 7 months ago

This is a known bug with certain versions of typescript - if you upgrade to > 4.7.x, the error should go away

ihor-protsenko-theraven commented 7 months ago

You are correct, I have fixed it using the most recent version.