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
If I remove the whitespace, all is good. You could argue, why put a whitespace there anyway? And that's a fair question, but prettier is doing that for whatever reason.
Browser Edge 115.0
Vite 4.4.8
Atomico 1.72.0
Expected behavior
I'd expect the template to render whether it ends in a whitespace or not.
The text was updated successfully, but these errors were encountered:
Template tags that end with a whitespace cause an error. Here's an example. Notice the whitespace between
</host>
and the ending backtick.from https://github.com/atomicojs/atomico/blob/master/src/element/custom-element.js#L138-L139/
If I remove the whitespace, all is good. You could argue, why put a whitespace there anyway? And that's a fair question, but prettier is doing that for whatever reason.
Expected behavior
I'd expect the template to render whether it ends in a whitespace or not.
The text was updated successfully, but these errors were encountered: