Hello π
Got confused by the Nuxt UI docs (ui.nuxt.com) and wanted to know if it happened to others.
Context: integrating UFileUpload for the time.
Problem: it broke the tab navigation.
Confusion: (see screenshot) the docs said it was already fixed.
Clarification: Fixed in the repo yes but not yet released (not in 4.0.1)
Details:
- the fix https://github.com/nuxt/ui/pull/5128
- the release details https://github.com/nuxt/ui/releases/tag/v4.0.1
See that the PR is nowhere to be found π
I integrated the code fix in a pnpm patch for now. so I should be alright until the next release. Let me know if you have been confused by the docs before. π
GitHub
π Linked issue
Resolves: #5102
β Type of change
π Documentation (updates to the documentation or readme)
π Bug fix (a non-breaking change that fixes an issue)
π Enhancement (improving an exis...