-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Strings in jsx attribute values are incorrectly parsed as JSXExprContainer #615
Comments
Oh! This is what's causing #614! I can submit a fix. |
@dsherret Nice catch! |
@kdy1 actually, I'm not sure what the best fix for this is. Might be best for you to do it. But yeah, the problem is line 89 in jsx.rs |
I'll fix it soon. |
@dsherret Fixed and published a new verison. |
Amazing once again. Thanks @kdy1! Everything is working now. |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Describe the bug
In the following code...
...no JSXExprContainer exists, yet the string is parsed as a JSXExprContainer with an empty span.
The text was updated successfully, but these errors were encountered: