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
failing test for selection after rows update (#596)
This is a failing test for an issue we ran into around selecting items and then the table row content changing.
For our specific case, changing the sort triggers a network request, which replaces the rows in the table. If a user had selected some items and then changed the sort, they could no longer select more items.
However, the sort changing does not appear to be core to the issue. Just changing the rows is enough to reveal the bug.
I plan to dig in and see if I can find a fix, but any guidance would be appreciated 😄.
0 commit comments