Skip to content

Commit

Permalink
hold off on mounting and unmounting for now, as it might break state …
Browse files Browse the repository at this point in the history
…of contained components
  • Loading branch information
danrosenthal committed Mar 26, 2019
1 parent dcc6c55 commit b1417f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Sheet/Sheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ export default class Sheet extends React.PureComponent<Props, State> {
const sharedTransitionProps = {
timeout: Duration.Slow,
in: open,
mountOnEnter: true,
unmountOnExit: true,
};

const finalTransitionProps = {
Expand Down

0 comments on commit b1417f1

Please sign in to comment.