Skip to content

Commit

Permalink
Merge 2423ac9 into 6212a51
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklemmon committed Nov 14, 2019
2 parents 6212a51 + 2423ac9 commit ca38c21
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 22 deletions.
35 changes: 17 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"downshift": "^3.2.10",
"jest-in-case": "^1.0.2",
"prop-types": "^15.6.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-focus-lock": "^2.0.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/matchbox/src/components/Tooltip/TooltipOverlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class TooltipOverlay extends Component {
this.handleMeasurement();
}

componentWillReceiveProps() {
UNSAFE_componentWillReceiveProps() {
this.handleMeasurement();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class WindowEvent extends Component {
this.addEvent();
}

componentWillUpdate() {
UNSAFE_componentWillUpdate() {
this.removeEvent();
}

Expand Down

0 comments on commit ca38c21

Please sign in to comment.