Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Firefly
-
Labels:
-
Story Points:2
-
Epic Link:
-
Sprint:SUIT Sprint 2018-10
-
Team:Science User Interface
Description
selectedIdx is a state kept by TabPanel. It's possible that selectedIdx is greater than the number of tabs due to adding and removing tab dynamically.
Currently, this condition is handled in the render function of the component. This visually appears correct, but the state is out of sync.