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[`Tag visibility can be controlled by visible with hidden as initial value 1`] =`<spanclass="ant-tag"style="display: none;"><!----><!----></span>`;
3
+
exports[`Tag visibility can be controlled by visible with hidden as initial value 1`] =`<spanclass="ant-tag ant-tag-hidden"><!----><!----></span>`;
4
4
5
-
exports[`Tag visibility can be controlled by visible with hidden as initial value 2`] =`<spanclass="ant-tag"style=""><!----><!----></span>`;
5
+
exports[`Tag visibility can be controlled by visible with hidden as initial value 2`] =`<spanclass="ant-tag"><!----><!----></span>`;
6
6
7
-
exports[`Tag visibility can be controlled by visible with hidden as initial value 3`] =`<spanclass="ant-tag"style="display: none;"><!----><!----></span>`;
7
+
exports[`Tag visibility can be controlled by visible with hidden as initial value 3`] =`<spanclass="ant-tag ant-tag-hidden"><!----><!----></span>`;
8
8
9
9
exports[`Tag visibility can be controlled by visible with visible as initial value 1`] =`<spanclass="ant-tag"><!----><!----></span>`;
10
10
11
-
exports[`Tag visibility can be controlled by visible with visible as initial value 2`] =`<spanclass="ant-tag"style="display: none;"><!----><!----></span>`;
11
+
exports[`Tag visibility can be controlled by visible with visible as initial value 2`] =`<spanclass="ant-tag ant-tag-hidden"><!----><!----></span>`;
12
12
13
-
exports[`Tag visibility can be controlled by visible with visible as initial value 3`] =`<spanclass="ant-tag"style=""><!----><!----></span>`;
13
+
exports[`Tag visibility can be controlled by visible with visible as initial value 3`] =`<spanclass="ant-tag"><!----><!----></span>`;
0 commit comments