Remzi Atay
Remzi Atay
@aral One thing wrong with this test scenario is that the script is injected as string. This is only an issue if the markup was already successfully rendered before. So...
@aral I'm glad :) IMO escaping is a fundamental part of what vhtml offers. And it does it well, this is just a bug due to limitations of returning a...
Here is a real world example of such toast https://github.com/vercel/commerce/blob/main/components/welcome-toast.tsx. I see that they placed it after `Toaster`, so it works: https://github.com/vercel/commerce/blob/main/app/layout.tsx