-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Button Component Not Navigating to Target Page #26
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The button component is not navigating to the intended component/page when clicked. The expected routing behavior fails to execute, and there are no error messages or logs indicating the cause of the issue.
Steps to reproduce
Render the button component within a parent component.
Attach an onClick handler to trigger navigation using the routing library (e.g., React Router's useNavigate or equivalent).
Ensure the parent component is part of the application’s routing structure.
Click the button.
Browsers
Chrome
Additional context (Is this in dev or production?)
No response
The text was updated successfully, but these errors were encountered: