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
exportdefault` .pp { background-color: red; width: 100px; height: 100px; }${''} /* no matter what is put, even nothing like this one, it will cause the whole style-jsx invalid*/`
The stranger thing is the following is valid
exportdefault` .pp { background-color: red; width: 100px; height: 100px; border: blue ${'13px'} solid /* this one works*/ }`
By the way, I am using next.js 3 beta11 with syled-jsx 1.0.4.
The text was updated successfully, but these errors were encountered:
See the following example:
pp.js
The stranger thing is the following is valid
By the way, I am using next.js 3 beta11 with syled-jsx 1.0.4.
The text was updated successfully, but these errors were encountered: