Skip to content

Commit

Permalink
Update components/button/__tests__/__snapshots__/demo-extend.test.ts.…
Browse files Browse the repository at this point in the history
…snap

Signed-off-by: afc163 <afc163@gmail.com>
  • Loading branch information
afc163 committed May 8, 2024
1 parent 7318ce1 commit a1578cf
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2774,11 +2774,7 @@ exports[`renders components/button/demo/multiple.tsx extend context correctly 1`
</div>
`;

exports[`renders components/button/demo/multiple.tsx extend context correctly 2`] = `
[
"Warning: findDOMNode is deprecated and will be removed in the next major release. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node%s",
]
`;
exports[`renders components/button/demo/multiple.tsx extend context correctly 2`] = `[]`;

exports[`renders components/button/demo/noSpace.tsx extend context correctly 1`] = `
<div
Expand Down

0 comments on commit a1578cf

Please sign in to comment.