Skip to content
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: Correct some missing & incorrect SVG types #4505

Merged
merged 1 commit into from
Sep 22, 2024
Merged

Conversation

rschristian
Copy link
Member

No description provided.

@coveralls
Copy link

Coverage Status

coverage: 99.488%. remained the same
when pulling d69b22d on fix/svg-types
into 516b761 on main.

Comment on lines -201 to -205
autoReverse?:
| number
| string
| undefined
| SignalLike<number | string | undefined>;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This simply does not exist as far as I can tell.

This type was originally copied from React's types, and it was added to React's types as part of a big batch. Best guess, this was incorrectly picked up from rotate="auto-reverse".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants