We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I used ts-auto-guard to generate type guards for my api response types but it seems like the type guards cause typescript to crash.
More details here: vercel/next.js#49851
I there a way to workaround that?
The text was updated successfully, but these errors were encountered:
It looks like it's an upstream error, so I don't know fi there's much we can do about it here.
Hey @Skyriis do you know which type is causing the crash? If so you can remove the ts-auto-guard:type-guard comment so that it's not processed.
ts-auto-guard:type-guard
Sorry, something went wrong.
It looks like microsoft/TypeScript#53783 is already closed, so perhaps it can be fixed by updating TypeScript?
You could try updating the dependencies in this package and see if the problem goes away. If so, open a PR with the updates.
Yeah i'll probably do that.
Updating the dependencies hasn't helped
No branches or pull requests
I used ts-auto-guard to generate type guards for my api response types but it seems like the type guards cause typescript to crash.
More details here: vercel/next.js#49851
I there a way to workaround that?
The text was updated successfully, but these errors were encountered: