When I do a put_toast it is not using the function i put in the component option, but rather the default one.
It works with send_toast, but I need to use put_toast as i navigate to another page.
repo
how to reproduce
- click the blue button and see how it should say "My component [...]" but says "We Toasting, [...]". Here it does not use my own component for the toast. (put_toast)
- click the green button and watch how it uses the component. (send_toast)