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 df36eba commit c09b33cCopy full SHA for c09b33c
src/containers/ReduxTooltip/ReduxTooltip.js
@@ -11,7 +11,7 @@ const propTypes = {
11
className: PropTypes.string,
12
toolTipVisible: PropTypes.bool,
13
currentHoveredRef: PropTypes.object,
14
- data: PropTypes.object,
+ data: PropTypes.any,
15
template: PropTypes.func,
16
hideTooltip: PropTypes.func,
17
};
0 commit comments