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
I do not know why but in some cases I get Maximum update depth exceeded error due to Transition
Maximum update depth exceeded
import { Menu, MenuButton, MenuItems, MenuItem, MenuSection, MenuSeparator, Transition } from "@headlessui/react"; <Transition enter="dropdown-menu-enter transition ease-out duration-75" enterFrom="dropdown-menu-enterFrom" enterTo="dropdown-menu-enterTo" leave="dropdown-menu-leave" leaveFrom="dropdown-menu-leaveFrom" leaveTo="dropdown-menu-leaveTo"> ... </Transition>
I use the latest 2.2.0 react version I've found similar issue: #3476 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I do not know why but in some cases I get
Maximum update depth exceeded
error due to TransitionI use the latest 2.2.0 react version
I've found similar issue: #3476 (comment)
The text was updated successfully, but these errors were encountered: