This becomes two characters, not the one that was probably intended. I think this was implemented to prevent generating template strings with ${...} expressions accidentally.
This caused an issue with iron-a11y-announcer, where we converted aria-live$={{something}} to code that would try to write to the attribute 'aria-live\\' which throws an error.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This becomes two characters, not the one that was probably intended. I think this was implemented to prevent generating template strings with
${...}
expressions accidentally.This caused an issue with iron-a11y-announcer, where we converted
aria-live$={{something}}
to code that would try to write to the attribute'aria-live\\'
which throws an error.