Illegal escape sequence in your template literal

I found a error in my console:

“You have illegal escape sequence in your template literal, most likely inside content’s property value.”…

How ca I avoid it?

Thanks !!

Oops, it looks like a recent bug in the emotion library… emotion-js/emotion#1755 :eyes:

1 Like

It looks like a fix for this bug was released in babel-plugin-emotion@10.0.28:

If you delete your node_modules folder and run npm install again it should install the latest version.