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
@username14415 I have had the same issue but for m1 mac user only. I delete all the transitions that were causing issue ( the one around Listbox ) I kept transition that were not causing an issue
@username14415 I'm also having the similar issue. Takes some times to troubleshoot it.
For my case, I'm not using Transition component here in my Listbox component. However, I have the transition flag in the ListboxOptions which also cause the same issue you described here (see it in the attached screenshot). I disabled it by commenting it out.
Hope this helps you and other peers that are reading this thread.
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: