Strange Module not found Error #2685
-
For some reasons when i try to use the @headlessui/react Transition component i get this error:
I tried updating the module to the latest version, deleting the node_modules folder and package_lock.json and reinstalling but the problem persists. Also using another component from @headlessui/react works just fine. I am using version 1.7.17 |
Beta Was this translation helpful? Give feedback.
Answered by
rrrrrrrrrrrocky
Aug 21, 2023
Replies: 1 comment
-
Are you using 13.4.8 nextjs version? I also had the same problem, but
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gatteo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you using 13.4.8 nextjs version?
I also had the same problem, but
It seems to be a problem only when using nextjs version 13.4.18.
Updating to 13.4.19 works fine.