Timo Lins

Results 68 comments of Timo Lins

Hi! Can you create a Codesandbox/Stackblitz that reproduces this issue?

Is this issue still present in the 2.3.0?

Can you provide a working example where this is the case? I haven't encountered this issue.

Hi @sjk0-9. Thanks for reporting this. I am able to reproduce this issue, where the success toasts inherits the duration from the loading toast. I couldn't verify that setting the...

This issue seems to be caused by TailwindCSS not generating the necessary styles. However, I do see it's not ideal that the example on the website is not easily reproducible....

Hi @jd-carroll. I personally haven't worked with CSP, so your research is super helpful for me. I agree that this should be supported to future proof RHT. I will do...

@themagickoala Indeed, and it feels weird to block it because of it. Wanted to stay true to the "less than 5kb including styles" claim. There is #217 which would decrease...

Wow, thanks @silvenon for your investigations! A PR would be very welcome.

Hi! Thanks for this issue. This is definitely a nice convenience feature when working with raw `fetch()`. I'll play with this when I get the next release rolling.

I'm not sure if I understand. You don't have to import `{Toaster}` in each component, just once in your container (this is where all toasts will be placed). Then, you...