Skip to content

Commit

Permalink
fix(modal): remove unique from useTransition to prevent style override
Browse files Browse the repository at this point in the history
  • Loading branch information
jigsawye committed Mar 27, 2019
1 parent 5a2818d commit 480cebd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/tailor-ui/src/Modal/BaseModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const BaseModal: FunctionComponent<BaseModalProps> = ({
});

const transitions = useTransition(visible, null, {
unique: true,
from: {
opacity: 0,
transform: 'scale(0.9)',
Expand Down

0 comments on commit 480cebd

Please sign in to comment.