fix: add value to data-toast-root
This commit is contained in:
parent
89950524f4
commit
2a53a2d3e9
@ -307,7 +307,7 @@ const Toaster = React.forwardRef<HTMLDivElement, ToasterProps>((props, ref) => {
|
||||
{ReactDOM.createPortal(
|
||||
<div
|
||||
{...otherPropsExtracted}
|
||||
data-toaster-root
|
||||
data-toaster-root={true}
|
||||
className={toasterVariant(variantProps)}
|
||||
ref={(el) => {
|
||||
internalRef.current = el;
|
||||
|
Loading…
x
Reference in New Issue
Block a user