-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
fix(dts): JsxSpreadAttribute
- remove name
from types
#54599
fix(dts): JsxSpreadAttribute
- remove name
from types
#54599
Conversation
This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This definitely looks like an oops to me; the property is unused and not present in the factory functions. Probably this should be backported so people don't try and do something with it.
@typescript-bot cherry-pick this to release-5.1 |
Heya @DanielRosenwasser, I've started to run the task to cherry-pick this into |
Hey @DanielRosenwasser, I've opened #54720 for you. |
…e-5.1 (#54720) Co-authored-by: David Sherret <dsherret@gmail.com>
I think this was accidentally added in https://github.com/microsoft/TypeScript/pull/47356/files#diff-e9fd483341eea176a38fbd370590e1dc65ce2d9bf70bfd317c5407f04dba9560R3264