emilkowalski / sonner

An opinionated toast component for React.

Home Page:https://sonner.emilkowal.ski

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with expand Prop

simply-arko opened this issue Β· comments

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.