@swc/helper error when using the latest version of headless ui #3243
Replies: 6 comments
-
Same, Im also getting the same! |
Beta Was this translation helpful? Give feedback.
-
This also happens to me, have you been able to solve it? |
Beta Was this translation helpful? Give feedback.
-
Is this resolved now? |
Beta Was this translation helpful? Give feedback.
-
we have the same issue. |
Beta Was this translation helpful? Give feedback.
-
This is likely due to a conflicting package dependency on a different version of I was able to resolve this thanks to this comment by creating resolution of next's
Updating to a higher version of |
Beta Was this translation helpful? Give feedback.
-
try to use "@headlessui/react": "1.7.19" its works with nextjs@12 |
Beta Was this translation helpful? Give feedback.
-
I'm getting this error when using headless ui latest versions from v2+
error - ./node_modules/@react-aria/interactions/dist/usePress.mjs:3:0
Module not found: Can't resolve '@swc/helpers/_/_class_private_field_get'
Import trace for requested module:
./node_modules/@react-aria/interactions/dist/import.mjs
./node_modules/@headlessui/react/dist/components/button/button.js
./node_modules/@headlessui/react/dist/headlessui.esm.js
./src/layout/index.tsx
./src/pages/_app.tsx
https://nextjs.org/docs/messages/module-not-found
Beta Was this translation helpful? Give feedback.
All reactions