element-web/src/components/views
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
..
auth Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
avatars Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
context_menus Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
create_room Convert CommonJS exports to ES6-compatible exports 2019-12-22 21:01:02 -07:00
dialogs Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
directory Fix missed copy 2020-03-16 12:28:20 +00:00
elements Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
emojipicker Fix ugly scrollbars in TabbedView (settings), emojipicker and widgets 2020-03-28 00:51:01 +00:00
globals [CONFLICT CHUNKS] Merge branch 'develop' into travis/sourcemaps-develop 2020-01-09 14:15:09 -07:00
groups Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
messages Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
right_panel Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
room_settings Field: make id optional, generate one if not provided 2020-03-29 22:59:15 +01:00
rooms Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
settings Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
terms Use noreferrer in addition to noopener for edge case browsers 2020-02-23 22:14:29 +00:00
toasts Merge branch 'dbkr/wait_for_upgrade_to_complete' into dbkr/ssss_upgrade_copy 2020-03-26 11:14:33 +00:00
verification better word smithing 2020-02-25 13:27:59 +01:00
voip Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00