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 current types list typings in package.json which claim that styled-jsx exports css... which isn't true. You actually need to import styled-jsx/css.
This also requires there to be a root level css.d.ts file (at the same level as css.js in the root of the package, not inside typings/).
Environment (include versions)
styled-jsx (version): 3.4.2
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Bug/issue.
What is the current behavior?
The current types list typings in package.json which claim that
styled-jsx
exportscss
... which isn't true. You actually need to importstyled-jsx/css
.This also requires there to be a root level
css.d.ts
file (at the same level ascss.js
in the root of the package, not insidetypings/
).Environment (include versions)
The text was updated successfully, but these errors were encountered: