react-tippy2
Advanced tools
Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "react-tippy2", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/tippy2.js", |
@@ -20,4 +20,4 @@ import React, { Fragment } from 'react' | ||
componentWillReceiveProps (nextProps) { | ||
if (nextProps.hide && this.tippyDOM) { | ||
this.tippyDOM._tippy.hide() | ||
if (nextProps.hide && this.tippyDOM && (nextProps.hide !== this.props.hide)) { | ||
this.tippyDOM._tippy.hide() | ||
} | ||
@@ -24,0 +24,0 @@ } |
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
741317