mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 13:08:41 +08:00
4d6bcf4978
close #20313
24 lines
472 B
Plaintext
24 lines
472 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Alert ErrorBoundary 1`] = `
|
|
<div
|
|
class="ant-alert ant-alert-error ant-alert-with-description ant-alert-no-icon"
|
|
data-show="true"
|
|
>
|
|
<span
|
|
class="ant-alert-message"
|
|
>
|
|
ReferenceError: NotExisted is not defined
|
|
</span>
|
|
<span
|
|
class="ant-alert-description"
|
|
>
|
|
<pre>
|
|
in ThrowError
|
|
in ErrorBoundary (created by WrapperComponent)
|
|
in WrapperComponent
|
|
</pre>
|
|
</span>
|
|
</div>
|
|
`;
|