Skip to content
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] - BreadcrumbItem does not use client side page change #4212

Closed
WesleyKapow opened this issue Dec 2, 2024 · 1 comment · Fixed by #4226
Closed

[BUG] - BreadcrumbItem does not use client side page change #4212

WesleyKapow opened this issue Dec 2, 2024 · 1 comment · Fixed by #4226
Assignees

Comments

@WesleyKapow
Copy link

NextUI Version

2.4.8

Describe the bug

Had to use <Link> and not href attribute in order to get client side page loading (not full page load).

Works as expected:

          <BreadcrumbItem>
            <Link href="/home">Home</Link>
          </BreadcrumbItem>

Does not work as expected:

          <BreadcrumbItem href="/home">
            Home
          </BreadcrumbItem>

Your Example Website or App

No response

Steps to Reproduce the Bug or Issue

  1. Setup a BreadCrumbItem with an href link.
  2. Click breadcrumb link
  3. Notice page fully loads

Expected behavior

Expected BreadCrumbItem to use same client side loading as Link does.

Screenshots or Videos

No response

Operating System Version

macOS

Browser

Chrome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants