Bug 1564138 - Fix DevTools PropTypes errors when updating eslint. r=Ola.

Differential Revision: https://phabricator.services.mozilla.com/D38093
This commit is contained in:
Nicolas Chevobbe
2019-07-17 10:35:44 +00:00
parent 3c82817444
commit 9d703719af
7 changed files with 43 additions and 8 deletions

View File

@@ -98,6 +98,7 @@ define(function(require, exports, module) {
getLabel: PropTypes.func,
getValue: PropTypes.func,
getKey: PropTypes.func,
getLevel: PropTypes.func,
getType: PropTypes.func,
}).isRequired,
// Tree decorator (see also the interface above)