Replies: 1 comment 2 replies
-
This isn't a TS Error, per se. It's an error from the ts-styled-plugin. I would recommend the following:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently set up my NextJS with PandaCSS. Since I come from
styled-components
, I got used to using template literals syntax to define my styles. In the official docs, it says that I can just reference my token like this:and it works just fine. But the problem is, I am getting TS errors everywhere:
How do I fix this? I can't find anything related to TS setup in the official documentation.
Beta Was this translation helpful? Give feedback.
All reactions