-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node_modules/@metaplex-foundation/js/node_modules/@irys/query/build/cjs/types.d.ts:50:58 - error TS1005: '?' expected. #540
Comments
package.json dependencies "dependencies": {
|
hey @ihor-protsenko-theraven , developer from Irys here - it looks like the fix is upgrading your typescript version to at least 4.7.0 - this error is a bug in TS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error: node_modules/@metaplex-foundation/js/node_modules/@irys/query/build/cjs/types.d.ts:50:58 - error TS1005: '?' expected.
50 [K in keyof T]?: T[K] extends (infer U extends object)[] ? Field<U> : T[K] extends object ? Field<T[K]> : boolean;
The text was updated successfully, but these errors were encountered: