Token doesn't work with some JSX Style Props #738
-
I'm using Nextjs and after generating the JSX Style components using the codegen it seems that we can't use the tokens with lots of properties. I've defined a set of colors inside
but this can't be used, for example, to target the color property like in the following snippet:
nor even work the panda defined colors
The only property I was able to use was Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@Emiliano-Bucci could you create a stackblitz repo so it's easier to debug. You can start with this |
Beta Was this translation helpful? Give feedback.
It seems there was a problem after installing panda in an existing codebase. After creating a project following the docs it worked fine!