Skip to content

Commit bc4bf6d

Browse files
committed
fix lint
1 parent c910750 commit bc4bf6d

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)