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
In submenu and navbar, the default href behaviors causes a nextjs refresh.
However, Link works. But using the Link in Dropdown causes the styles to be blue.
So fallback to regular next/link is used, this causes littering of the code around the components.
heroui-inc/heroui#3786 heroui-inc/heroui#3784
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In submenu and navbar, the default href behaviors causes a nextjs refresh.
However, Link works. But using the Link in Dropdown causes the styles to be blue.
So fallback to regular next/link is used, this causes littering of the code around the components.
References
heroui-inc/heroui#3786
heroui-inc/heroui#3784
The text was updated successfully, but these errors were encountered: