Skip to content

Commit 5de4fc0

Browse files
committed
Merge pull request #281 from aaronshaf/patch-1
Update app.js
2 parents 16b021a + c8ea9b2 commit 5de4fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/animations/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var App = React.createClass({
1515
<li><Link to="image" params={{service: "cage"}}>Cage</Link></li>
1616
</ul>
1717
<CSSTransitionGroup transitionName="example">
18-
{this.props.activeRouteHandler()}
18+
<this.props.activeRouteHandler />
1919
</CSSTransitionGroup>
2020
</div>
2121
);

0 commit comments

Comments
 (0)