Currently, vue-sonner assumes a single component instance handles all toasts. While this works for standard usage, it becomes challenging when organizing notifications into distinct visual groups (e.g., separating errors from success/normal messages).
What I've seen in other libraries is an optional toasterId parameter to the toast() and id into the functions to allow explicit targeting.
Is there any current workaround to achieve this?