Skip to content
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

Type 'T' recursively references itself as a base type. ts(2310) #69

Open
joshmanders opened this issue Apr 2, 2024 · 0 comments
Open
Labels
component:drive Pertains to the kubit/drive component component:hash Pertains to the kubit/hash component component:mail Pertains to the kubit/mail component component:redis Pertains to the kubit/redis component status:accepted We have accepted this request and plan to do it but aren't sure when type:bug Something isn't working

Comments

@joshmanders
Copy link
Member

joshmanders commented Apr 2, 2024

This shows up in the following contracts app side:

  • contracts/drive.ts
  • contracts/hash.ts
  • contracts/mail.ts
  • contracts/redis.ts

This doesn't harm too much in the app, except builds break because TypeScript complains on compile. We can avoid it by using --ignore-ts-errors flag in the build command. But we should figure out a solution to this.

@joshmanders joshmanders added type:bug Something isn't working component:drive Pertains to the kubit/drive component component:hash Pertains to the kubit/hash component component:mail Pertains to the kubit/mail component component:redis Pertains to the kubit/redis component status:accepted We have accepted this request and plan to do it but aren't sure when labels Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:drive Pertains to the kubit/drive component component:hash Pertains to the kubit/hash component component:mail Pertains to the kubit/mail component component:redis Pertains to the kubit/redis component status:accepted We have accepted this request and plan to do it but aren't sure when type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant