NextJS + Radix-UI doesn't react when Trigger is clicked: [Violation] Added non-passive event listener to a scroll-blocking 'wheel' event. #952
Unanswered
dominik-sfl
asked this question in
Help
Replies: 2 comments 1 reply
-
Have you tried creating a fresh NextJS project with the Radix components to rule out any conflicts with other packages in your project? If so, would you mind pushing the repo somewhere public for us to investigate? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm getting the same error messages from Web Audit too. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I copied the
Dropdown
Example Code as well as theDialogue
Example Code and am using it in my nextjs site. Works fine in dev. However, when I build the project and click either the Dropdown or the Trigger for the Dialogue, the trigger doesn't fire and nothing really happens.Chrome Console tells me that the error is:
Not sure what to make of this though? Any ideas what I could be doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions