bug([mat-table]): mat-tab-group messes up expandable rows in table #19838
Labels
area: material/expansion
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Reproduction
Stackblitz project: https://stackblitz.com/edit/github-itepdn
To see the bug, just open the app, switch to the second tab and go back to the first one.
The bug only shows with enabled Ivy compiler.
Expected Behavior
Switching tabs in
mat-tab-group
shouldn't affect the expanded rows in the table.Actual Behavior
All rows in the table are expanded after switching to the second tab and back. This shouldn't be possible as normally the table allows only for one expanded row at a time.
Environment
Known workarounds
Is there any other clean solution without disabling ivy or lazy loading tabs?
The text was updated successfully, but these errors were encountered: