sag_components 2.0.0-beta204 → 2.0.0-beta205
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -2409,7 +2409,7 @@ const Tooltip$2 = props => {
|
|
|
2409
2409
|
className
|
|
2410
2410
|
} = props;
|
|
2411
2411
|
let timeout;
|
|
2412
|
-
const [active, setActive] = React$1.useState(
|
|
2412
|
+
const [active, setActive] = React$1.useState(false);
|
|
2413
2413
|
const showTip = () => {
|
|
2414
2414
|
timeout = setTimeout(() => {
|
|
2415
2415
|
setActive(true);
|