File tree 3 files changed +0
-6
lines changed
3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ var _propTypes = require('prop-types');
14
14
15
15
var _propTypes2 = _interopRequireDefault ( _propTypes ) ;
16
16
17
- var _lodash = require ( 'lodash.throttle' ) ;
18
-
19
- var _lodash2 = _interopRequireDefault ( _lodash ) ;
20
-
21
17
function _interopRequireDefault ( obj ) { return obj && obj . __esModule ? obj : { default : obj } ; }
22
18
23
19
function _classCallCheck ( instance , Constructor ) { if ( ! ( instance instanceof Constructor ) ) { throw new TypeError ( "Cannot call a class as a function" ) ; } }
Original file line number Diff line number Diff line change 32
32
},
33
33
"license" : " MIT" ,
34
34
"dependencies" : {
35
- "lodash.throttle" : " ^4.1.1" ,
36
35
"prop-types" : " ^15.5.10" ,
37
36
"react" : " ^15.6.1"
38
37
},
Original file line number Diff line number Diff line change 1
1
import React , { Component } from 'react'
2
2
import PropTypes from 'prop-types'
3
- import throttle from 'lodash.throttle'
4
3
5
4
class InviewMonitor extends Component {
6
5
constructor ( props ) {
You can’t perform that action at this time.
0 commit comments