We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16b021a + c8ea9b2 commit 5de4fc0Copy full SHA for 5de4fc0
examples/animations/app.js
@@ -15,7 +15,7 @@ var App = React.createClass({
15
<li><Link to="image" params={{service: "cage"}}>Cage</Link></li>
16
</ul>
17
<CSSTransitionGroup transitionName="example">
18
- {this.props.activeRouteHandler()}
+ <this.props.activeRouteHandler />
19
</CSSTransitionGroup>
20
</div>
21
);
0 commit comments