chakra-ui / ark

Ark UI is a headless UI library with over 45+ components designed to build scalable Design Systems that works for a wide range of JS frameworks.
https://ark-ui.com
MIT License
3.8k stars 109 forks source link

Upgrading to 4.3 causes breaking import error #3024

Closed BrettBedarf closed 2 weeks ago

BrettBedarf commented 3 weeks ago

Description

After upgrading to 4.3, trying to import an ark component causes a breaking import error. Same project with 4.2.1 works as expected.

Build system: vite

Link to Reproduction (or Detailed Explanation)

https://stackblitz.com/edit/sb1-mibbgj?file=src%2FApp.tsx

Steps to Reproduce

  1. Add @ark-ui/solid@4.3 to solidjs + vite spa project
  2. Use a component (only Select & Combobox tested explicitly)

Ark UI Version

4.3.0

Framework

Browser

Google Chrome 130.0.6723.70, Firefox 132.0

Additional Information

CleanShot 2024-10-31 at 15 55 05@2x

Broken stackblitz (4.3.0)

Working stackblitz (4.2.1)