We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c910750 commit bc4bf6dCopy full SHA for bc4bf6d
packages/react-components/react-toast/library/src/components/ToastContainer/useToastContainer.ts
@@ -50,7 +50,7 @@ export const useToastContainer_unstable = (
50
pauseOnWindowBlur,
51
imperativeRef,
52
tryRestoreFocus,
53
- content: _, // `content` is a slot and it's type clashes with the HTMLElement `content` attribute
+ content: _content, // `content` is a slot and it's type clashes with the HTMLElement `content` attribute
54
...rest
55
} = props;
56
const titleId = useId('toast-title');
0 commit comments