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.
1 parent 9a38641 commit 53eb616Copy full SHA for 53eb616
modules/components/Link.js
@@ -30,6 +30,7 @@ var RESERVED_PROPS = {
30
* <Link to="showPost" postId="123" query={{show:true}}/>
31
*/
32
var Link = React.createClass({
33
+ displayName: 'Link',
34
35
statics: {
36
modules/components/Route.js
@@ -71,6 +71,7 @@ var RESERVED_PROPS = {
71
* });
72
73
var Route = React.createClass({
74
+ displayName: 'Route',
75
76
77
0 commit comments