Skip to content

Commit

Permalink
#FIX: CompatibleAnimate style
Browse files Browse the repository at this point in the history
  • Loading branch information
wsafight committed Dec 10, 2022
1 parent 1f7f783 commit 4dd0a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CompatibleRAnimate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ class CompatibleAnimate extends Component<AnimatePropsWithRef, AnimateState> {
ref: forwardedRef,
onAnimationEnd: this.handleAnimationEnd,
className: className.concat(` ${animateClassName}`),
style,
},
style,
children
)
}
Expand Down

0 comments on commit 4dd0a53

Please sign in to comment.