-
Notifications
You must be signed in to change notification settings - Fork 464
Optional record fields rendered incorrectly in type errors #5654
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
Thanks, probably the outcome printer. The |
cristianoc
added a commit
that referenced
this issue
Sep 11, 2022
…e considered recursive by default #5654
cristianoc
added a commit
that referenced
this issue
Sep 11, 2022
…e considered recursive by default #5654
cristianoc
added a commit
that referenced
this issue
Sep 11, 2022
commit: ac56ff7e00bcfde6e7830a05b3f65a7e9723a9d4 Fixes #5654
cristianoc
added a commit
that referenced
this issue
Sep 11, 2022
commit: ac56ff7e00bcfde6e7830a05b3f65a7e9723a9d4 Fixes #5654
57 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
E.g.:
A.res:
A.resi:
=>
It should be
x?: string
, not?x: string
.And isn't
rec
incorrect, too?The text was updated successfully, but these errors were encountered: