-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Maximum update depth exceeded when using MenuButton with as={Fragment}
#3439
Comments
same for ComboboxInput |
We're seeing this as well starting with @headlessui/react v2.1.4 and also in the latest version v2.1.5: Hitting the same error as @faebeee specifically related to |
RobinMalfait
added a commit
that referenced
this issue
Sep 12, 2024
RobinMalfait
added a commit
that referenced
this issue
Sep 12, 2024
Hey! This should be fixed by #3478, and is available in the latest release (2.1.8). You can already try it using:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What package within Headless UI are you using?
@headlessui/react
What version of that package are you using?
2.1.3
What browser are you using?
Any
Minimal Repro Sandbox
You can use one of the starting projects on CodeSandbox:
Describe your issue
When using the
MenuButton
with theas={Fragment}
property, I end up with a "Maximum update depth exceeded" ErrorThe text was updated successfully, but these errors were encountered: