Aidan Gauland
|
35780f5ae0
|
Remove use of deprecated React.PropTypes
Replace all uses of React.PropTypes with PropTypes and importing PropTypes from
'prop-types'.
|
2017-12-26 14:03:18 +13:00 |
|
David Baker
|
bc8c2d442b
|
WithMatrixClient -> withMatrixClient
because we're using it as a function rather than a React component
|
2017-07-07 11:34:20 +01:00 |
|
David Baker
|
18d4d3392a
|
Fix a bunch of linting errors
eslint --fix and a few manual ones
|
2017-01-20 14:22:27 +00:00 |
|
Richard van der Hoff
|
2ee98e9fdc
|
Fix NPE in LoggedInView
Fixes a NPE displaying the new version bar
(also fix displayname for WithMatrixClient)
|
2016-11-07 09:28:10 +00:00 |
|
Richard van der Hoff
|
d3f20e1d9d
|
Add the MatrixClient to the react context
Because that's the reacty way
|
2016-11-03 19:02:27 +00:00 |
|