v4.0.0
-
add
unmountOnExit
prop (true
by 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
beforeChange
callback: it fires right before a tab changes. Returnfalse
to prevent the tab change