You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Refactored many Component.Subcomponent (which are marked as deprecated by VSCode) to the separate/more direct imports (e.g. "Combobox.Input -> ComboboxInput)
- Issue Link: Sendouc#1851
Left a comment in my MR, but copy-pasting it here just in case (with regards to the "left-shifting" issue):
So I took a look at the @headlessui/react Repo and it is a confirmed issue with the version of the library itself. Someone else reported a bug that is very similar to this (very likely the same issue): tailwindlabs/headlessui#3396
So it's best to not proceed with the upgrade until they fix it in a later version. However, we can keep an eye on this linked Github issue at least =)
Some API changes.
Should do manual validation on the UI elements that it still works the same after upgrade (as well as fixing the type errors etc.)
The text was updated successfully, but these errors were encountered: