We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Setting active prop to true doesn't change how the Link component is being styled. I set up reproduction code here:
true
https://stackblitz.com/edit/react-6ihweh
Clicking on the link elements doesn't set the active style for them
The text was updated successfully, but these errors were encountered:
It should be noted that setting activeClassName works in the reproduction code above. So the issue is specifically with the activeStyle prop.
activeClassName
activeStyle
Sorry, something went wrong.
No branches or pull requests
Setting active prop to
true
doesn't change how the Link component is being styled. I set up reproduction code here:https://stackblitz.com/edit/react-6ihweh
Clicking on the link elements doesn't set the active style for them
The text was updated successfully, but these errors were encountered: