@@ -8,7 +8,7 @@ exports[`tooltip props basic tooltip 1`] = `
8
8
Lorem Ipsum
9
9
</span >
10
10
<div
11
- class = " react-tooltip react-tooltip__place-top"
11
+ class = " react-tooltip react-tooltip__place-top react-tooltip__show "
12
12
role = " tooltip"
13
13
style = " left: 5px; top: -10px;"
14
14
>
@@ -29,7 +29,7 @@ exports[`tooltip props clickable tooltip 1`] = `
29
29
Lorem Ipsum
30
30
</span >
31
31
<div
32
- class = " react-tooltip react-tooltip__place-top undefined"
32
+ class = " react-tooltip react-tooltip__place-top react-tooltip__show undefined"
33
33
role = " tooltip"
34
34
style = " left: 5px; top: -10px;"
35
35
>
@@ -52,7 +52,7 @@ exports[`tooltip props tooltip with custom position 1`] = `
52
52
Lorem Ipsum
53
53
</span >
54
54
<div
55
- class = " react-tooltip react-tooltip__place-top"
55
+ class = " react-tooltip react-tooltip__place-top react-tooltip__show "
56
56
role = " tooltip"
57
57
style = " left: 5px; top: -10px;"
58
58
>
@@ -83,7 +83,7 @@ exports[`tooltip props tooltip with delay show 1`] = `
83
83
Lorem Ipsum
84
84
</span >
85
85
<div
86
- class = " react-tooltip react-tooltip__place-top"
86
+ class = " react-tooltip react-tooltip__place-top react-tooltip__show "
87
87
role = " tooltip"
88
88
style = " left: 5px; top: -10px;"
89
89
>
@@ -104,7 +104,7 @@ exports[`tooltip props tooltip with float 1`] = `
104
104
Lorem Ipsum
105
105
</span >
106
106
<div
107
- class = " react-tooltip react-tooltip__place-top"
107
+ class = " react-tooltip react-tooltip__place-top react-tooltip__show "
108
108
role = " tooltip"
109
109
style = " left: 5px; top: -10px;"
110
110
>
@@ -125,7 +125,7 @@ exports[`tooltip props tooltip with html 1`] = `
125
125
Lorem Ipsum
126
126
</span >
127
127
<div
128
- class = " react-tooltip react-tooltip__place-top"
128
+ class = " react-tooltip react-tooltip__place-top react-tooltip__show "
129
129
role = " tooltip"
130
130
style = " left: 5px; top: -10px;"
131
131
>
@@ -151,7 +151,7 @@ exports[`tooltip props tooltip with place 1`] = `
151
151
Lorem Ipsum
152
152
</span >
153
153
<div
154
- class = " react-tooltip react-tooltip__place-right"
154
+ class = " react-tooltip react-tooltip__place-right react-tooltip__show "
155
155
role = " tooltip"
156
156
style = " left: 10px; top: 5px;"
157
157
>
0 commit comments