onClick in Components #12955
-
Hello! This should be pretty easy but i can not seem to find an answer or get it to work. I have a component that is inside of the page. Inside of this component i have an onClick event. I can not get this event to trigger. Wont call a hook, or console log or anything. I have turned off SSR to see if it was just bc of the events were not working bc it was being rendered on the server or what. Any tips would help. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hello! Can you share the code of this component? Next shouldn't be affecting these events |
Beta Was this translation helpful? Give feedback.
-
Hey @DIGnmg ! I can help you solve this if you provide some code of where the problem is coming from. If you don't know where it is, perhaps you could create a repository and share that. I'm looking forward to helping you further as soon as possible |
Beta Was this translation helpful? Give feedback.
Hello! Can you share the code of this component? Next shouldn't be affecting these events