-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Missing error after spreading generic props into JSX #29509
Comments
Looks like the issue is caused by the |
Aha, thanks. The reason I do the |
@OliverJAsh A trailing comma on the type argument list should disambiguate as well. |
@weswigham let's please merge at the start of the 3.9 branch |
TypeScript Version: 3.2.2
Search Terms:
Code
However, when I try to do the same with React (
.tsx
):The text was updated successfully, but these errors were encountered: