Replies: 1 comment 3 replies
-
You could probably do it using a store, write the message you want to display in the store and have a component that reads the store that will reactively display the toast elements and resets the store |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone know how to make a svelte toast pop-up in a scenario that does not involve throwing an error? I want the same type of informative toast error (like is already incorporated based on the error store) to pop-up on the screen to tell a user about some parsing logic that I am adding, without having to throw an error and stop the execution of the call to the model. Any help/insights would be much appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions