Add displayNames so they're not all just 'exports' in the react debugger
This commit is contained in:
parent
41014af471
commit
e77e9b7704
18 changed files with 18 additions and 0 deletions
|
@ -3,6 +3,7 @@ var React = require('react');
|
|||
var MessageComposerController = require("../../controllers/molecules/MessageComposer");
|
||||
|
||||
module.exports = React.createClass({
|
||||
displayName: 'MessageComposer',
|
||||
mixins: [MessageComposerController],
|
||||
|
||||
render: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue