We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I have a template with just a single eex expression in it, for example:
<%= link_to "blah", to: foo %>
It is incorrectly replaced with:
<eext1 />
adding HTML anywhere in the file fixes the issue
The text was updated successfully, but these errors were encountered:
Hey @stevencorona 👋
Fix is already on master. You can give it a try. I will release it later this week. Sorry for the trouble 😓
master
Sorry, something went wrong.
Thanks, I'll give it a try! Really appreciate you solving this problem!
@stevencorona I've just released a new version with a fix, let me know if it solves the problem ;)
0.5.0 fixes this problem for me, thanks!
adamzapasnik
No branches or pull requests
If I have a template with just a single eex expression in it, for example:
It is incorrectly replaced with:
adding HTML anywhere in the file fixes the issue
The text was updated successfully, but these errors were encountered: