Skip to content

Commit

Permalink
fix: fix unmountOnExit prop (#3498)
Browse files Browse the repository at this point in the history
  • Loading branch information
sisp authored and jquense committed Feb 24, 2019
1 parent 08510be commit e8b24be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TabPane.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class TabPane extends React.Component {
onExiting={onExiting}
onExited={onExited}
mountOnEnter={mountOnEnter}
unmountOnExit={mountOnEnter}
unmountOnExit={unmountOnExit}
>
{pane}
</Transition>
Expand Down

0 comments on commit e8b24be

Please sign in to comment.