You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exports[`GatewayDest prop unmountOnEmpty should not render (or render) when no (or some) Gateways are registered and "unmountOnEmpty" is set 1`] =`<div />`;
78
-
79
-
exports[`GatewayDest prop unmountOnEmpty should not render (or render) when no (or some) Gateways are registered and "unmountOnEmpty" is set 2`] =`
80
-
<div>
81
-
<div>
82
-
Hello world
83
-
</div>
84
-
</div>
85
-
`;
86
-
87
-
exports[`GatewayDest prop unmountOnEmpty should not render (or render) when no (or some) Gateways are registered and "unmountOnEmpty" is set 3`] =`<div />`;
88
-
89
-
exports[`GatewayDest prop unmountOnEmpty should render when there are Gateways registered and "unmountOnEmpty" is set 1`] =`
90
-
<div>
91
-
<div>
92
-
hello
93
-
</div>
94
-
</div>
95
-
`;
96
-
97
-
exports[`GatewayDest should not render on null Gateway 1`] =`<div />`;
98
-
99
-
exports[`GatewayDest should render div w/ className and component 1`] =`
100
-
<div>
101
-
<span
102
-
className="something"
103
-
/>
104
-
</div>
105
-
`;
106
-
107
-
exports[`GatewayDest should render div w/ className and component 2`] =`<div />`;
exports[`GatewayDest prop unmountOnEmpty should not render (or render) when no (or some) Gateways are registered and "unmountOnEmpty" is set 1`] =`<div />`;
4
+
5
+
exports[`GatewayDest prop unmountOnEmpty should not render (or render) when no (or some) Gateways are registered and "unmountOnEmpty" is set 2`] =`
6
+
<div>
7
+
<div>
8
+
Hello world
9
+
</div>
10
+
</div>
11
+
`;
12
+
13
+
exports[`GatewayDest prop unmountOnEmpty should not render (or render) when no (or some) Gateways are registered and "unmountOnEmpty" is set 3`] =`<div />`;
14
+
15
+
exports[`GatewayDest prop unmountOnEmpty should render when there are Gateways registered and "unmountOnEmpty" is set 1`] =`
16
+
<div>
17
+
<div>
18
+
hello
19
+
</div>
20
+
</div>
21
+
`;
22
+
23
+
exports[`GatewayDest should not render on null Gateway 1`] =`<div />`;
24
+
25
+
exports[`GatewayDest should render div w/ className and component 1`] =`
26
+
<div>
27
+
<span
28
+
className="something"
29
+
/>
30
+
</div>
31
+
`;
32
+
33
+
exports[`GatewayDest should render div w/ className and component 2`] =`<div />`;
0 commit comments