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 1b72ffb commit 33f71e7Copy full SHA for 33f71e7
package.json
@@ -186,6 +186,7 @@
186
"basic-math-utils": "^0.3.4",
187
"bootstrap-styled": "^2.4.12",
188
"classnames": "^2.2.6",
189
+ "lodash.isfunction": "^3.0.9",
190
"lodash.omit": "^4.5.0",
191
"map-to-css-modules": "^1.0.6",
192
"prop-types": "^15.7.2",
src/TetherContent/index.js
@@ -6,7 +6,7 @@ import React from 'react';
6
import PropTypes from 'prop-types';
7
import ReactDOM from 'react-dom';
8
import Tether from 'tether-fix';
9
-import isFunction from 'lodash.omit';
+import isFunction from 'lodash.isfunction';
10
11
export const defaultProps = {
12
isOpen: false,
0 commit comments