Skip to content

Commit

Permalink
Merge pull request google#1430 from google/enhancement/860-update-dep…
Browse files Browse the repository at this point in the history
…recated-lifecycle-methods

Enhancement/860 update deprecated lifecycle methods
  • Loading branch information
felixarntz authored Apr 27, 2020
2 parents 259aac7 + cb517bc commit 51eeddc
Show file tree
Hide file tree
Showing 3 changed files with 4,769 additions and 3,364 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class DashboardWinsAlerts extends Component {
};
}

componentWillMount() {
componentDidMount() {
// Wait until data is fully loaded before requesting wins data.
addAction(
'googlesitekit.dataLoaded',
Expand Down
Loading

0 comments on commit 51eeddc

Please sign in to comment.