Add displayNames so they're not all just 'exports' in the react debugger
This commit is contained in:
@@ -4,6 +4,7 @@ var RoomListController = require("../../controllers/organisms/RoomList");
|
||||
|
||||
|
||||
module.exports = React.createClass({
|
||||
displayName: 'RoomList',
|
||||
mixins: [RoomListController],
|
||||
|
||||
render: function() {
|
||||
|
||||
@@ -10,6 +10,7 @@ var RoomViewController = require("../../controllers/organisms/RoomView");
|
||||
|
||||
|
||||
module.exports = React.createClass({
|
||||
displayName: 'RoomView',
|
||||
mixins: [RoomViewController],
|
||||
|
||||
getMessageTiles: function() {
|
||||
|
||||
Reference in New Issue
Block a user