Skip to content

Commit 43ac8b9

Browse files
authored
Merge pull request #760 from DenisGold/patch-1
fix: Its instance type 'ReactTooltip' is not a valid JSX element.
2 parents 26ed516 + 7ae2819 commit 43ac8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import 'core-js/modules/es.array.find';
3232
@getEffect
3333
@bodyMode
3434
@trackRemoval
35-
class ReactTooltip extends React.Component {
35+
class ReactTooltip extends React.ReactNode {
3636
static get propTypes() {
3737
return {
3838
uuid: PropTypes.string,

0 commit comments

Comments
 (0)