-
-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
export ToasterProps type #400
Conversation
For Sonner to be bundled in other libraries, we need to export `ToasterProps`. This fixes following error for library authors: ``` TS4023: Exported variable 'X' has or is using name 'ToasterProps' from external module './node_modules/sonner/dist/index' but cannot be named ```
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@Sam-Apostel I am getting a similar issue just with:
|
I was just coming to the repo to ask for this. |
This should probably get merged. |
@emilkowalski this does not include export to |
Hi @omridevk A new PR is the best way to get these fixes in. |
For Sonner to be bundled in other libraries, we need to export
ToasterProps
.This fixes following error for library authors:
Issue:
Closes #399
What has been done:
ToasterProps
from index