-
Notifications
You must be signed in to change notification settings - Fork 12.8k
RangeError: Maximum call stack size exceeded at getAwaitedTypeNoAlias #49723
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
Comments
I'm not sure how to read this type. Does this mean
...or is it just a completely circular definition? |
It's just circular; there's an error message for types like these that can't be resolved (see the linked PR). |
That's what I thought; I guess I'm just confused because I thought when TS produced an error for a circular type it subsequently treated the type as |
Yep, notice how I've fixed this by just adding the circularity tracking~ here: |
Bug Report
Moved from #47208 (comment)
π Search Terms
RangeError Maximum call stack size exceeded getAwaitedTypeNoAlias
π Version & Regression Information
β― Playground Link
Playground Link
π» Code
π Actual behavior
π Expected behavior
No crash.
The text was updated successfully, but these errors were encountered: