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
Feature: Add support for passing an array of strings or numbers to the containerId prop.
What is the current behavior?
Currently, we cannot show a toast in multiple containers without executing or calling the toast() function multiple times.
The text was updated successfully, but these errors were encountered:
therialguz
changed the title
Add support for passing an array of strings or numbers to the containerId prop
Add support for passing an array of ids to the containerId prop
Oct 1, 2024
Do you want to request a feature or report a bug?
Feature: Add support for passing an array of strings or numbers to the
containerId
prop.What is the current behavior?
Currently, we cannot show a toast in multiple containers without executing or calling the
toast()
function multiple times.What is the expected behavior?
We expect that the
toast
function accepts a list ofcontainerId
s to show/attach to it.The text was updated successfully, but these errors were encountered: