Skip to content

Commit 72a1a69

Browse files
authored
Merge pull request marnusw#39 from SKempin/patch-1
NPM error - comma dangle fix.
2 parents 1dae9fe + 0419962 commit 72a1a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReactCSSTransitionReplace.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ export default class ReactCSSTransitionReplace extends React.Component {
260260
overflowHidden, transitionName, changeWidth, component,
261261
transitionAppear, transitionEnter, transitionLeave,
262262
transitionAppearTimeout, transitionEnterTimeout, transitionLeaveTimeout,
263-
...containerProps,
263+
...containerProps
264264
} = this.props
265265

266266
if (currentChild) {

0 commit comments

Comments
 (0)