element-portable/src/components/views/groups
Travis Ralston 3f99332f4b Use componentDidMount in place of componentWillMount where possible
This fixes a common React warning we see. Most of these components should be using constructors instead, however componentDidMount is just as good (and doesn't require converting most of these).

Conversion to classes will be done in a later stage of React warning fixes.

For https://github.com/vector-im/riot-web/issues/12877
2020-03-31 14:14:17 -06:00
..
GroupInviteTile.js Fix roving room list for resizer and ff tabstop a11y 2020-01-22 10:36:20 +00:00
GroupMemberInfo.js Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
GroupMemberList.js Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
GroupMemberTile.js Fix formatting 2020-02-28 12:56:53 +01:00
GroupPublicityToggle.js Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
GroupRoomInfo.js Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
GroupRoomList.js Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
GroupRoomTile.js Fix import merge conflicts, removing any that aren't needed anymore 2020-01-09 14:17:33 -07:00
GroupTile.js Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
GroupUserSettings.js Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00