atk / solid-blocks

UI building blocks for SolidJS.
https://atk.github.io/solid-blocks/
81 stars 2 forks source link

toast containers do not work as intended #2

Closed atk closed 2 years ago

atk commented 2 years ago

If we render multiple toasts at the same time, there might get multiple portal containers with the same id opened - a testament to solid's incredible performance, but also invalid HTML. Also the containers are not removed after the toasts are hidden.

atk commented 2 years ago

fixed.