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
Syntax Error: <style jsx>{`some css`}</style>), but got Identifier
My guess would be that it probably happens because external StyleSheets support came after this package's last update–which still sounds strange since you authored the PR on styled-jsx 😄 .
Any ideas on what's happening?
The text was updated successfully, but these errors were encountered:
Is this feature currently supported?
I have the following in my
styles.js
:And when I try to import it in my component via
I end up getting the following error:
My guess would be that it probably happens because external StyleSheets support came after this package's last update–which still sounds strange since you authored the PR on styled-jsx 😄 .
Any ideas on what's happening?
The text was updated successfully, but these errors were encountered: