I am facing an issue involving nested tabs and tables in my example.
After switching between parent tabs and child tabs, there seems to be an issue where the tabs do not render properly. It takes multiple attempts of switching child tabs for them to finally display.
To Reproduce:
- Open any M1 Expansion panel to see the parent tabs (View M2) and child tabs (M3)
- Move to child tab (M3 32 B)
- Switch to parent tab (View M2 - 2)
- Return to previous parent tab (View M2 - 1)
- Switch to another child tab (M3 33 C)
Expected Outcome:
The table should be displayed in the child tab (M3 33 C)
Actual Outcome:
No content is shown in the child tab (M3 33 C)
Interestingly, if you switch to a different child tab first and then back to child tab (M3 33 C), the table displays as expected.
Any insights on what might be causing this? Let me know!