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
The text was updated successfully, but these errors were encountered:
natelindev
changed the title
Error when using component selectors with nextjs
Error when using component as selectors with emotion and nextjs
Jun 8, 2022
🐛 Bug Report
A clear and concise description of what the bug is.
When using xstyled with nextjs, an error will be caused
TypeError: Cannot convert a Symbol value to a string
If I switch imports to
@emotion/styled
, it will not cause this error.To Reproduce
Steps to reproduce the behavior:
see sandbox: https://stackblitz.com/edit/nextjs-1qcbrs?file=pages%2Findex.js
Expected behavior
the code should work as intented, no error should be thrown.
Link to repl or repo (highly encouraged)
see sandbox: https://stackblitz.com/edit/nextjs-1qcbrs?file=pages%2Findex.js
The text was updated successfully, but these errors were encountered: