Replies: 1 comment 4 replies
-
@aaanh the issue is with the hierarchy. You have the
Your updated code will be:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying out the Carousel component and I'm encountering this error
The Nextjs error pop-up dialog doesn't open so I had to induce another error (the key props missing when mapping) to open the dialog and open error page of the Carousel component. I can't even expand the stack trace (dialog page keeps "refreshing" when I click on it). The exception doesn't happen on load, it only appears when I click on the Carousel component.
I'm using Tailwind v4.0.14, Nextjs v15.2.2, and React 19.0.0
For reference, my implementation is at: https://github.com/aaanh/homepage/blob/9eaa0016200910c6f478aab811e3c84293244216/src/components/sections/project.tsx#L27-L47
Demo: https://homepage-git-v7-debug-nguyen-hoang-anhs-projects-e232fd6d.vercel.app/ -- the error can be found in the Developer console
Beta Was this translation helpful? Give feedback.
All reactions