Skip to content

Commit 33f71e7

Browse files
committed
fix(TetherContent): import isFunction from correct module
1 parent 1b72ffb commit 33f71e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@
186186
"basic-math-utils": "^0.3.4",
187187
"bootstrap-styled": "^2.4.12",
188188
"classnames": "^2.2.6",
189+
"lodash.isfunction": "^3.0.9",
189190
"lodash.omit": "^4.5.0",
190191
"map-to-css-modules": "^1.0.6",
191192
"prop-types": "^15.7.2",

src/TetherContent/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import React from 'react';
66
import PropTypes from 'prop-types';
77
import ReactDOM from 'react-dom';
88
import Tether from 'tether-fix';
9-
import isFunction from 'lodash.omit';
9+
import isFunction from 'lodash.isfunction';
1010

1111
export const defaultProps = {
1212
isOpen: false,

0 commit comments

Comments
 (0)