mzohaibqc / svelte-toasts

A highly configurable notification/toast component with individual toast state management capabilities.
https://mzohaibqc.github.io/svelte-toasts/
MIT License
42 stars 6 forks source link

fix toast id duplicate key error with auto-generated uuid or given key #13

Open shyunku opened 5 months ago

shyunku commented 5 months ago

remove uid concept and replaced it as 'key' user can set own key for toast as unique or use auto-generated key (by uuid.v4())