fix: add value to data-toast-root

This commit is contained in:
p-sw 2024-06-14 23:52:34 +09:00
parent 89950524f4
commit 2a53a2d3e9

View File

@ -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;