From 0419962b83f534fbe607a26647ea8dc4381c2f4f Mon Sep 17 00:00:00 2001 From: Stephen Kempin Date: Mon, 27 Feb 2017 17:05:12 +0000 Subject: [PATCH] NPM error - comma dangle fix. Fixing comma dangle, to enable NPM install. --- src/ReactCSSTransitionReplace.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ReactCSSTransitionReplace.jsx b/src/ReactCSSTransitionReplace.jsx index 3a13565..a696f53 100644 --- a/src/ReactCSSTransitionReplace.jsx +++ b/src/ReactCSSTransitionReplace.jsx @@ -260,7 +260,7 @@ export default class ReactCSSTransitionReplace extends React.Component { overflowHidden, transitionName, changeWidth, component, transitionAppear, transitionEnter, transitionLeave, transitionAppearTimeout, transitionEnterTimeout, transitionLeaveTimeout, - ...containerProps, + ...containerProps } = this.props if (currentChild) {