PropTypes should be static
This commit is contained in:
parent
6d4abeef45
commit
3f5a8faf37
2 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,7 @@ const isMembershipChange = (e) => e.getType() === 'm.room.member' || e.getType()
|
|||
/* (almost) stateless UI component which builds the event tiles in the room timeline.
|
||||
*/
|
||||
export default class MessagePanel extends React.Component {
|
||||
propTypes = {
|
||||
static propTypes = {
|
||||
// true to give the component a 'display: none' style.
|
||||
hidden: PropTypes.bool,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue