Skip to content

Commit 0419962

Browse files
authored
NPM error - comma dangle fix.
Fixing comma dangle, to enable NPM install.
1 parent 1dae9fe commit 0419962

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)