react-redux-toastr
react-redux-toastr copied to clipboard
If I have one confirm and I fire another it isn`t ignored.
trafficstars
If I have one confirm and I fire another it isnt ignored. New one rewrites message but doesnt touch custom okText.
E.G.
toastr.confirm("111111",
{
okText: "1111111"
}
);
setTimeout(() => {
toastr.confirm("22222",
{
okText: "22222"
}
)
}, 100)
result toastr: