-
-
Notifications
You must be signed in to change notification settings - Fork 182
Closed
Labels
Description
Hi,
would be great if event is triggered when tab actually shows on screen.
I run into one issue. I have component which is rendered based on self width. So when mounted/resize/updated method is called which will call getBoundingClientRect and calculate it's properties. But when I recalculate on tabs change event tab with activeIndex has still display: none. Event when tab get active class would solve this.