Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Tabs inkBar in StrictMode #39653

Merged
merged 3 commits into from Dec 19, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -764,6 +764,7 @@ Array [
>
<div
class="ant-tabs-tab ant-tabs-tab-active"
data-node-key="tab1"
>
<div
aria-disabled="false"
Expand All @@ -777,6 +778,7 @@ Array [
</div>
<div
class="ant-tabs-tab"
data-node-key="tab2"
>
<div
aria-disabled="false"
Expand Down Expand Up @@ -900,6 +902,7 @@ Array [
>
<div
class="ant-tabs-tab"
data-node-key="article"
>
<div
aria-disabled="false"
Expand All @@ -913,6 +916,7 @@ Array [
</div>
<div
class="ant-tabs-tab ant-tabs-tab-active"
data-node-key="app"
>
<div
aria-disabled="false"
Expand All @@ -926,6 +930,7 @@ Array [
</div>
<div
class="ant-tabs-tab"
data-node-key="project"
>
<div
aria-disabled="false"
Expand Down
5 changes: 5 additions & 0 deletions components/card/__tests__/__snapshots__/demo.test.ts.snap
Expand Up @@ -764,6 +764,7 @@ Array [
>
<div
class="ant-tabs-tab ant-tabs-tab-active"
data-node-key="tab1"
>
<div
aria-disabled="false"
Expand All @@ -777,6 +778,7 @@ Array [
</div>
<div
class="ant-tabs-tab"
data-node-key="tab2"
>
<div
aria-disabled="false"
Expand Down Expand Up @@ -881,6 +883,7 @@ Array [
>
<div
class="ant-tabs-tab"
data-node-key="article"
>
<div
aria-disabled="false"
Expand All @@ -894,6 +897,7 @@ Array [
</div>
<div
class="ant-tabs-tab ant-tabs-tab-active"
data-node-key="app"
>
<div
aria-disabled="false"
Expand All @@ -907,6 +911,7 @@ Array [
</div>
<div
class="ant-tabs-tab"
data-node-key="project"
>
<div
aria-disabled="false"
Expand Down