-
Notifications
You must be signed in to change notification settings - Fork 9
Get rid of legacy lifecycle methods #17
Copy link
Copy link
Open
Description
Please refactor the code to avoid these warning:
Please update the following components: Experiment
Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details.
- Move code from componentWillMount to componentDidMount (preferred in most cases) or the constructor.
Please update the following components: Treatment
Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details.
- Move code from componentWillMount to componentDidMount (preferred in most cases) or the constructor.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels