Hi, there seems to be a problem using special characters inside toast “text” value.
app.toast.show({ text: "è ò à" });
This code produce this toast
Instead, I can use these characters in pure html or in react components (e. g. Navbar title)
Using HTML entities solves the problem, but I don’t think it should be the expected behavior.
Thanks