-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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] - Listbox Item href causes full reload (regression) #3784
Comments
suggest to revisit after RA version bump. I think there's something changed internally on their side. |
@wingkwong pardon my ignorance, but which lib is RA? |
React Aria. NextUI is built on top of it. |
Updating My
NB: This might be a yarn-specific feature, check how to override transitive dependencies in your favourite package manager (e.g. |
Seems not work for me |
Same thing here, an href on a ListboxItem keeps reloading the page. |
This worked for me. I used 3.26.0 since that is the newest version. |
NextUI Version
2.4.8
Describe the bug
When navigating via Listbox it causes full page reload.
This seemed to be an issue in v2.4.0, but supposedly was fixed in
"@nextui-org/link": "0.0.0-canary-20240529193819"
.Initial issue: #3105
Your Example Website or App
https://codesandbox.io/p/devbox/nextjs-ui-46j3v2
Steps to Reproduce the Bug or Issue
You can clearly see that the links on the left (using listbox) reload the whole page, while the links on left (using Link) only do it clientside
Expected behavior
As a user I want the ListboxItem links to properly use client side navigation if
NextUIProvider
is properly definedScreenshots or Videos
No response
Operating System Version
macOS
Browser
Chrome
The text was updated successfully, but these errors were encountered: