-
v.1.5.0
v.1.2.1
-
### Describe the bug
If you create a sonner from within any modalic element (dialog, context menu, dropdown, popover), any interaction with the resulting sonner toast will result in the modal element…
-
### Describe the bug
I'm opening as a follow-up to #87, and #65
This is very strange; in `dev`, they work, but when I do `pnpm build && pnpm preview`, the preview version doesn't have the colors f…
-
### Describe the bug
`await` is not needed when I try to use `toast.promise()` in shadcn sonner, thats why the state in `form.formState.isSubmitting` is always `false`
### Affected component/compone…
-
1. Use sonner to display notifiactions https://www.npmjs.com/package/sonner
2. Add translations in notification messages
3. make a global notification context
4. create a NotificationContainer compone…
-
toast doesn't show over` React Native Modal` component in **android**. in **iOS** everything is ok
**To Reproduce**
Steps to reproduce the behavior:
1. show modal
2. show toast
**Expected…
-
### Describe the feature / bug 📝:
Right now sonner publishes "use client" in it's source. This should be an application-level concern rather than a library one. For more on this: https://github.com…
-
### Describe the bug
From the screenshot, it is evident that the styles added by `shadcn` have a lower priority than the inherent styles of `sonner` , and therefore cannot override them correct…
-
**Describe the bug**
When a custom JSX component is passed to the Toast component, the animations don’t trigger properly. Specifically, the condition
```ts
if (jsx) {
return jsx;
}
```
sh…
-
This issue proposes replacing the currently used `@radix-ui/react-toast` library with the `sonner` library for toast notifications. This change aims to improve user experience due to reported issues w…