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 9a38641 + 53eb616 commit cc43a57Copy full SHA for cc43a57
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