emilkowalski / sonner

An opinionated toast component for React.
https://sonner.emilkowal.ski
MIT License
7.69k stars 237 forks source link

Issue with expand Prop #448

Open simply-arko opened 2 weeks ago

simply-arko commented 2 weeks ago

Describe the feature / bug 📝:

The expand prop can only be set to <Toaster /> which results in expanded view of all the toasts all across the app. I don't want that. Instead I want only for a specific toast to have the expanded view. How can I achieve this? I'm able to figure it out, can anyone please help?

Steps to reproduce the bug 🔁:

  1. Setup the app as described in the docs.
  2. Try to fire a toast from any component.
  3. It does not show any prop called expand.