Skip to content

Commit c02c846

Browse files
Jianqing Wangtimdorr
authored andcommitted
Fix typo (#3471)
1 parent 3691914 commit c02c846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/__tests__/applyRouterMiddleware-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const BarContainer = React.createClass({
5353
render() {
5454
const { children, ...props } = this.props
5555
const barFromContext = this.context.bar
56-
return cloneElement(children, { props, barFromContext })
56+
return cloneElement(children, { ...props, barFromContext })
5757
}
5858
})
5959

0 commit comments

Comments
 (0)