Property 'jsx' does not exist on type 'DetailedHTMLProps<StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>' #7301
Unanswered
siiddhantt
asked this question in
Help
Replies: 1 comment
-
Seems like you have the types for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use
"styled-jsx": "^5.1.2"
to write CSS inside .tsx files for my Next.js project, and push these components to Bit.But I'm getting error from compiler on running
bit tag
as :I'm using styled-jsx like this :
Is it possible to resolve it and export components to Bit?
Beta Was this translation helpful? Give feedback.
All reactions