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
2.4.8
Had to use <Link> and not href attribute in order to get client side page loading (not full page load).
<Link>
href
Works as expected:
<BreadcrumbItem> <Link href="/home">Home</Link> </BreadcrumbItem>
Does not work as expected:
<BreadcrumbItem href="/home"> Home </BreadcrumbItem>
No response
BreadCrumbItem
Expected BreadCrumbItem to use same client side loading as Link does.
Link
macOS
Chrome
The text was updated successfully, but these errors were encountered:
ENG-1641 [BUG] - BreadcrumbItem does not use client side page change
Sorry, something went wrong.
@react-aria/utils
wingkwong
Successfully merging a pull request may close this issue.
NextUI Version
2.4.8
Describe the bug
Had to use
<Link>
and nothref
attribute in order to get client side page loading (not full page load).Works as expected:
Does not work as expected:
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
BreadCrumbItem
with anhref
link.Expected behavior
Expected
BreadCrumbItem
to use same client side loading asLink
does.Screenshots or Videos
No response
Operating System Version
macOS
Browser
Chrome
The text was updated successfully, but these errors were encountered: