Skip to content

Commit

Permalink
chore: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Apr 14, 2022
1 parent 8d3bbd5 commit b2a9d8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Expand Up @@ -14927,7 +14927,7 @@ Array [
class="ant-typography"
>
<pre>
[1479744000000] Field 1 Value:
Field 1 Value:
</pre>
</article>,
]
Expand Down
2 changes: 1 addition & 1 deletion components/form/__tests__/__snapshots__/demo.test.js.snap
Expand Up @@ -6175,7 +6175,7 @@ Array [
class="ant-typography"
>
<pre>
[1479744000000] Field 1 Value:
Field 1 Value:
</pre>
</article>,
]
Expand Down
4 changes: 1 addition & 3 deletions components/form/demo/useWatch.md
Expand Up @@ -34,9 +34,7 @@ const Demo = () => {
</Form>

<Typography>
<pre>
[{Date.now()}] Field 1 Value: {nameValue}
</pre>
<pre>Field 1 Value: {nameValue}</pre>
</Typography>
</>
);
Expand Down

0 comments on commit b2a9d8d

Please sign in to comment.