v4.0.0
-
add
unmountOnExitprop (trueby default): the property decides whether to unmount inactive tabs from DOM tree or not. May be useful when you mount something heavy inside the tabs and don't want to perform the work every time the tab gets active. -
add
beforeChangecallback: it fires right before a tab changes. Returnfalseto prevent the tab change