Upgrade panda version break my recipe JSX tracking #2210
-
Hi First issue : I can't upgrade First of all, running I need to manually change version in the file and run my yarn version is Second issue First, I thought it was linked to my way of updating panda, but today I tried to reproduce my usage in the playground and I am facing the same issue I tried to add the name of my compoents (even if they are the same as the recipe) in Did I miss something through updates ? Are this 2 issues linked in any way ? Thanks in advance for your help 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @vlrd-playin, In a few versions back, we stopped tracking JSX elements without an explicit Add `jsxFramework: "react" to your config to fix this. See the diff here: https://play.panda-css.com/eZq-AMPCOj/Rp2aTUqUv2 |
Beta Was this translation helpful? Give feedback.
Hi @vlrd-playin,
In a few versions back, we stopped tracking JSX elements without an explicit
jsxFramework
set in the config.Add `jsxFramework: "react" to your config to fix this.
See the diff here: https://play.panda-css.com/eZq-AMPCOj/Rp2aTUqUv2