You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and then this: toast(<MySuperToast />, {className: "awesome-toast"})
the className from when I'm calling toast (awesome-toast) overrides the toastClassName from the ToastContainer (my-toast) and I lose the styling.
I would expect the classes to append and have both "my-toast" and "awesome-toast" added to the element with the class "Toastify__toast"
Thank you
The text was updated successfully, but these errors were encountered:
Hello, I don't know if this is a feature or a bug but this is what happens.
Using this:
and then this:
toast(<MySuperToast />, {className: "awesome-toast"})
the className from when I'm calling toast (awesome-toast) overrides the toastClassName from the ToastContainer (my-toast) and I lose the styling.
I would expect the classes to append and have both "my-toast" and "awesome-toast" added to the element with the class "Toastify__toast"
Thank you
The text was updated successfully, but these errors were encountered: