-
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 rendering ListboxOptions
as Fragment
#3507
Comments
I downgraded to 2.1.2 and I still have this error. |
This should be fixed by #3513, and will be available in the next release. You can already try it using:
|
@RobinMalfait I was just digging into this issue as I'm also experiencing it. The insiders version is working for me! Any rough timeline for the next official release? |
@ericalli we just published a new release. |
Just adding something I found here that might be helpful for the ones who came to search for this issue... Even after upgrading to the fixed release I still was experiencing this issue. Maximum update depth exceeded... So all I needed to do was changing from this:
To this
|
@nicolas-rohricht that did the trick for me, thank you, you saved me a lot of time investigating !! |
We still experiencing this issue on version 2.2.0 and we do not want to remove the transition, Are there plans to fix this still any time soon? |
What package within Headless UI are you using?
@headlessui/react
What version of that package are you using?
2.1.9
What browser are you using?
All
Reproduction URL
https://codesandbox.io/p/sandbox/k7crc9
Describe your issue
This is exactly like #3476, but for
ListboxOptions
. Click on the listbox in the CodeSandbox to see the error.The text was updated successfully, but these errors were encountered: