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
It seems that the the minified JS includes a polyfill for String.trim, String.trimStart, String.trimEnd which includes the string: \u200b\u0085\u180e (./internals/string-trim-forced.js), so:
When expanding a template with strings that contain \x85, a new line character is inserted. En case of JavaScript, this results in errores.
How to reproduce:
Expected:
Environment:
The text was updated successfully, but these errors were encountered: