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
Good afternoon)
If css styles have an element ::before
content: '🗸', it is converted to content:"\2714" and an error occurs
Uncaught SyntaxError: Octal escape sequences are not allowed in template strings.
The text was updated successfully, but these errors were encountered:
An1984ton
changed the title
Error with html icons
Uncaught SyntaxError: Octal escape sequences are not allowed in template strings. (Error with html icons)
Mar 24, 2022
Hi @An1984ton maybe we need to add a JSON.stringify to the styleCode.
I can fix this problem, give me 2 hours and you will have the new version with the fix.
marco-prontera
changed the title
Uncaught SyntaxError: Octal escape sequences are not allowed in template strings. (Error with html icons)
Escape sequences are not allowed in template strings
Mar 24, 2022
Good afternoon)
If css styles have an element ::before
content: '🗸', it is converted to content:"\2714" and an error occurs
Uncaught SyntaxError: Octal escape sequences are not allowed in template strings.
The text was updated successfully, but these errors were encountered: