Replies: 1 comment 1 reply
-
Yeah you are right.. I added all lower and camelcase to other attributes but all the event handlers are missing. I should fix that. I feel like we had both at one point. I might have been trying to consolidate closer to React near the beginning. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
f.e.:
onclick works at runtime, but TypeScript sees only
onClick
as an available option. No biggie, easy to workaround. Would be sweet to add those types though, in the effort to match HTML.Beta Was this translation helpful? Give feedback.
All reactions