Skip to content

Commit

Permalink
fix(showtooltip): check if tooltipRef is undefined (ReactTooltip#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf authored Aug 6, 2020
1 parent 81ce00d commit f63eab2
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 107 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"max-len": [2, { "code": 120, "ignoreComments": true }],
"newline-per-chained-call": 0,
"no-trailing-spaces": ["error"],
"quotes": ["error", "double", { "avoidEscape": true }],
"quotes": ["error", "single", { "avoidEscape": true }],
"comma-dangle": ["error", "never"],
"no-template-curly-in-string": "off",
"semi": ["error", "always"],
Expand Down
Loading

0 comments on commit f63eab2

Please sign in to comment.