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 !!
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 !!
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.