We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bea87 commit 3783799Copy full SHA for 3783799
lib/index.js
@@ -1,7 +1,7 @@
1
const hoistStatics = require('hoist-non-react-statics');
2
const { Component, createElement } = require('react');
3
-const debounceFn = require('lodash/debounce');
4
-const isArray = require('lodash/isArray');
+const debounceFn = require('lodash.debounce');
+const isArray = require('lodash.isArray');
5
6
function getDisplayName(name) {
7
return `connectBackboneToReact(${name})`;
package.json
@@ -24,6 +24,8 @@
24
],
25
"dependencies": {
26
"hoist-non-react-statics": "^1.2.0",
27
+ "lodash.debounce": "^4.0.8",
28
+ "lodash.isarray": "^4.0.0",
29
"react": "^15.4.2"
30
},
31
"devDependencies": {
0 commit comments