-
## 概要
`CopyButton`コンポーネントで実行される`alert()`をshadcn/uiの`Sonner`で実装する
## 目的
デザイン性の向上
## タスク
- [x] `CopyButton`コンポーネントで実行される`alert()`をshadcn/uiの`Sonner`で実装する
## その他
機能に直接関係ないので、優先…
-
### Describe the bug
When you choose an option in a select it will still fire the events and click a button behind the selections for example.
This bug only occurs on mobile.
### Reproduction
…
-
**Describe the bug**
In original sonner, the error callback of a promise can also take a function with the rejected error as parameter.
**To Reproduce**
```js
toast.promise(
new Promise((res…
-
Why is the font different from the font defined in the layout?
-
### Current Behavior
Notification is triggered with 5 second timeout
Countdown bar starts to show progress
After 3 seconds another notification is triggered
The second notification replaces the …
-
**Describe the bug**
Show only when closing toast
**To Reproduce**
simple
```
toast.error('Simple');
```
**Expected behavior**
work like on ios
https://github.com/user-attachments/a…
aloky updated
3 weeks ago
-
**Describe the bug**
The Maestro test can't see anything to click on.
**To Reproduce**
Steps to reproduce the behavior:
When I add in:
```
```
If I remove `` my tests …
-
**Platform/操作系统类型**
Windows 10 64 bits
**Application version/应用程序的版本号**
0.5.3
**Describe the bug/错误描述**
Spellchecking is completely broken in french language. Each word containing a special c…
Li-An updated
3 years ago
-
### Preliminary Checks
- [X] I have reviewed the documentation: https://clerk.com/docs
- [X] I have searched for existing issues: https://github.com/clerk/javascript/issues
- [X] I have not already…
-
Problem in the title.
```
import { Toaster as Sonner } from 'vue-sonner'
```
Function call
```
toast('Hello world!',{
description: 'This is a description',…