Skip to content

Commit 9a6869b

Browse files
authored
Fix Toast chromatic (#6488)
Fix toast chromatic
1 parent 0c17289 commit 9a6869b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/toast/chromatic/Toast.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {useToastState} from '@react-stately/toast';
1616

1717
function FakeToast(props) {
1818
let state = useToastState<any>();
19-
return <Toast toast={{content: props, key: 'toast'}} state={state} />;
19+
return <Toast toast={{content: props, key: 'toast', animation: 'entering'}} state={state} />;
2020
}
2121

2222
export default {

0 commit comments

Comments
 (0)