You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current JSX implementation is pretty darn hacky and is some of our most confusing and unpredictable errors. Especially when the printing isn't idempotent and drags you back into one of these errors. We should find a solid solution for this.
Not sure if we can make it happen before the next syntax release though. But one can hope.
The text was updated successfully, but these errors were encountered:
<></>
fragment dissapear #870let foo=<div />
doesn't parse #904<div asd=1></div>
gives bad error #1181Our current JSX implementation is pretty darn hacky and is some of our most confusing and unpredictable errors. Especially when the printing isn't idempotent and drags you back into one of these errors. We should find a solid solution for this.
Not sure if we can make it happen before the next syntax release though. But one can hope.
The text was updated successfully, but these errors were encountered: