Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Conversation

turt2live
Copy link
Member

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 element-hq/element-web#12877

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 element-hq/element-web#12877
@turt2live turt2live force-pushed the travis/react-warnings/1-componentDidMount branch from 6053926 to 3f99332 Compare March 31, 2020 20:14
@turt2live turt2live requested a review from a team March 31, 2020 20:23
@turt2live turt2live requested a review from t3chguy April 1, 2020 16:19
Copy link
Member

@t3chguy t3chguy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM otherwise

@turt2live turt2live requested a review from t3chguy April 1, 2020 17:06
@turt2live turt2live merged commit 59a99bb into develop Apr 1, 2020
@turt2live turt2live deleted the travis/react-warnings/1-componentDidMount branch April 1, 2020 17:13
turt2live added a commit that referenced this pull request Apr 1, 2020
dbkr added a commit that referenced this pull request Apr 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

2 participants