Skip to content

Commit 0fb509e

Browse files
dmytrokirpaHotell
authored andcommitted
fix lint
1 parent fa550d5 commit 0fb509e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-components/react-toast/library/src/components/ToastContainer/useToastContainer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const useToastContainer_unstable = (
5050
pauseOnWindowBlur,
5151
imperativeRef,
5252
tryRestoreFocus,
53-
content: _, // `content` is a slot and it's type clashes with the HTMLElement `content` attribute
53+
content: _content, // `content` is a slot and it's type clashes with the HTMLElement `content` attribute
5454
...rest
5555
} = props;
5656
const titleId = useId('toast-title');

0 commit comments

Comments
 (0)