-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
srcSet not converted to srcset #18
Comments
Good catch! Open to a PR, or I can do it whenever I get a chance. I'd like to add an const ATTR_MAP = {
'srcSet': 'srcset'
}; Perhaps the keys on the left could be lowercase and we'd compare the lowercase'd JSX attribute names. |
Can't we do |
nah, SVG attributes are case-sensitive ( |
This was referenced Jul 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This works correctly in preact proper
The text was updated successfully, but these errors were encountered: