Skip to content
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

Handle triple-quoted JSX attribute values #5353

Merged

Conversation

helixbass
Copy link
Collaborator

Fixes #5352

Fixes issue where triple-quote (non-interpolated) JSX attribute values weren't getting transpiled correctly into a JSX expression container wrapping the template literal (eg <div a={`...`} />)

@GeoffreyBooth GeoffreyBooth force-pushed the iss5352-jsx-attribute-triple-quotes branch from 74c75d2 to 204875e Compare November 27, 2021 04:10
@GeoffreyBooth GeoffreyBooth merged commit 887a617 into jashkenas:master Nov 27, 2021
@GeoffreyBooth
Copy link
Collaborator

Thanks! Sorry for the delay.

@GeoffreyBooth GeoffreyBooth mentioned this pull request Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Tripple-double-quotes on CSX props produce invalid JSX
2 participants