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
Calling shinyWidgets::show_toast while an existing toast is being displayed while devmode is active causes errors to appear due to duplicate Input/Output IDs being found.
Repex triggering error (Reduced from example code in documentation for show_toast):
As it stands I can't find a good way to close an existing toast via code, nor a good way to avoid this error (other than not spawning a second toast while another toast exists, which is inconvenient).
The text was updated successfully, but these errors were encountered:
Calling
shinyWidgets::show_toast
while an existing toast is being displayed whiledevmode
is active causes errors to appear due to duplicate Input/Output IDs being found.Repex triggering error (Reduced from example code in documentation for
show_toast
):Error message:
where
x
increases each time it is called.Example video of reprex above triggering error:
https://github.com/user-attachments/assets/e7dd0249-5d7e-4a3e-961c-a11a202eb6f4
As it stands I can't find a good way to close an existing toast via code, nor a good way to avoid this error (other than not spawning a second toast while another toast exists, which is inconvenient).
The text was updated successfully, but these errors were encountered: