chakra-ui / panda

🐼 Universal, Type-Safe, CSS-in-JS Framework for Product Teams ⚡️

Home Page:https://panda-css.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panda config `jsxFactory` cause error

ahmadzakiy opened this issue · comments

Description

When I upgraded from panda v0.29.1 to v0.39.1, I got this error in console

Screenshot 2024-05-13 at 17 43 51
Screenshot 2024-05-13 at 17 43 58

Might be because I have properties jsxFactory: 'Pixel' and jsxFramework: 'vue' in panda.config.ts file

Link to Reproduction

https://play.panda-css.com/FkDg1Kk_zS

Steps to reproduce

  1. Update to Panda latest version
  2. Add properties jsxFactory: 'Anything' and jsxFramework: 'vue' in panda.config.ts
  3. Run application

JS Framework

Vue

Panda CSS Version

0.39.1

Browser

Google Chrome 124

Operating System

  • macOS
  • Windows
  • Linux

Additional Information

No response

Thanks for reporting this @ahmadzakiy

I just pushed a fix for this. We'll release an update shortly.

If the issue persists after upgrading, I'll re-open it.