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
it's a problem with Popover cleanup - the overlay is persisting causing inability to interact with the filters (and the table, other than general page scrolling)
this was last seen pervasively when the dependency to useImperativeHandle was missing
it only seems to happen with some (large?) groups and some Pfam domain selections (haven't seen it with the taxon filter but haven't played with it so much)
the OG7_0000397 example seems to hinge around the popular Pfam at the domain being checked
the most bizarre thing is that if you select all with the link at the bottom of the Pfam filter, the filtering is still a bit slow, but the buttons remain responsive - this may be key to understanding the issue
I tried various things none of them helped! (sorry to be vague)
It doesn't seem to be an interaction with useDeferredValue because the pfamFilter element is rendered with only volatile data (pfamRows is stable, right?)
ReactNode
renderingThe text was updated successfully, but these errors were encountered: