File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ var _react = require('react');
2020
2121var _react2 = _interopRequireDefault ( _react ) ;
2222
23+ var _propTypes = require ( 'prop-types' ) ;
24+
25+ var _propTypes2 = _interopRequireDefault ( _propTypes ) ;
26+
2327require ( 'l20n' ) ;
2428
2529function _interopRequireDefault ( obj ) { return obj && obj . __esModule ? obj : { default : obj } ; }
@@ -181,9 +185,9 @@ var L20nElement = exports.L20nElement = function (_React$Component) {
181185} ( _react2 . default . Component ) ;
182186
183187L20nElement . propTypes = {
184- id : _react2 . default . PropTypes . string . isRequired ,
185- renderAs : _react2 . default . PropTypes . string . isRequired ,
186- locale : _react2 . default . PropTypes . string
188+ id : _propTypes2 . default . string . isRequired ,
189+ renderAs : _propTypes2 . default . string . isRequired ,
190+ locale : _propTypes2 . default . string
187191} ;
188192
189193var l20n = new L20n ( ) ;
You can’t perform that action at this time.
0 commit comments