JSX and fallthrough attributes causes type errors #3464
ThomasKientz
started this conversation in
General
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Adding an attribute ("extra" in the following exemple) does not raise any errors with a template but does raise an error with jsx.
Am I doing something wrong or is a bug ?
Extra is not declared as a prop in the
<HelloWorld>
component, it means to be used as a fallthrough-attributeBeta Was this translation helpful? Give feedback.
All reactions