Update antd
Summary: Project doc: https://docs.google.com/document/d/1miofxds9DJgWScj0zFyBbdpRH5Rj0T9FqiCapof5-vU Required to get `Space.Compact` allow-large-files Reviewed By: passy Differential Revision: D48520383 fbshipit-source-id: 000a5c16c00541455dc4a31c4fddb2c4c252a89e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
795d02d00c
commit
c091067902
@@ -15,7 +15,7 @@
|
||||
"@emotion/react": "^11.8.2",
|
||||
"@emotion/styled": "^11.10.4",
|
||||
"@tanishiking/aho-corasick": "^0.0.1",
|
||||
"antd": "4.19.2",
|
||||
"antd": "^4.24",
|
||||
"cbuffer": "^2.2.0",
|
||||
"deep-equal": "^2.2.2",
|
||||
"@nicksrandall/console-feed": "^3.5.0",
|
||||
|
||||
@@ -11,6 +11,8 @@ exports[`ShareSheetPendingDialog is rendered with status update 1`] = `
|
||||
}
|
||||
>
|
||||
<div
|
||||
aria-busy={true}
|
||||
aria-live="polite"
|
||||
className="ant-spin ant-spin-spinning"
|
||||
>
|
||||
<span
|
||||
@@ -40,7 +42,6 @@ exports[`ShareSheetPendingDialog is rendered with status update 1`] = `
|
||||
</div>
|
||||
<span
|
||||
className="ant-typography"
|
||||
onClick={null}
|
||||
style={
|
||||
{
|
||||
"WebkitLineClamp": undefined,
|
||||
@@ -57,6 +58,7 @@ exports[`ShareSheetPendingDialog is rendered with status update 1`] = `
|
||||
<div />
|
||||
<button
|
||||
className="ant-btn ant-btn-default"
|
||||
disabled={false}
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
@@ -79,6 +81,8 @@ exports[`ShareSheetPendingDialog is rendered without status update 1`] = `
|
||||
}
|
||||
>
|
||||
<div
|
||||
aria-busy={true}
|
||||
aria-live="polite"
|
||||
className="ant-spin ant-spin-spinning"
|
||||
>
|
||||
<span
|
||||
@@ -108,7 +112,6 @@ exports[`ShareSheetPendingDialog is rendered without status update 1`] = `
|
||||
</div>
|
||||
<span
|
||||
className="ant-typography"
|
||||
onClick={null}
|
||||
style={
|
||||
{
|
||||
"WebkitLineClamp": undefined,
|
||||
@@ -125,6 +128,7 @@ exports[`ShareSheetPendingDialog is rendered without status update 1`] = `
|
||||
<div />
|
||||
<button
|
||||
className="ant-btn ant-btn-default"
|
||||
disabled={false}
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
|
||||
@@ -91,7 +91,7 @@ test('Can render and launch android apps - no SDKs', async () => {
|
||||
.toMatchInlineSnapshot(`
|
||||
<div
|
||||
class="ant-modal-title"
|
||||
id="rcDialogTitle1"
|
||||
id="test-id"
|
||||
>
|
||||
No Mobile SDKs Enabled
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user