[GH-ISSUE #21] I can't keep the toast sticky #16

Closed
opened 2026-03-02 05:16:33 +03:00 by kerem · 2 comments
Owner

Originally created by @IsmailKemmoune on GitHub (Feb 19, 2026).
Original GitHub issue: https://github.com/hiaaryan/sileo/issues/21

Originally assigned to: @hiaaryan on GitHub.

I tried passing null to the duration prop as mentioned in the docs, but it didn’t work. I had to pass a larger number value to duration so I could keep the toast displayed for the user.

Here is my toast code:

  sileo.info({
    title: "Sign config",
    description: "Please sign the transaction in your wallet.",
    icon: <Loader2 className="size-3.5 animate-spin" />,
    duration: null,
  });
Originally created by @IsmailKemmoune on GitHub (Feb 19, 2026). Original GitHub issue: https://github.com/hiaaryan/sileo/issues/21 Originally assigned to: @hiaaryan on GitHub. I tried passing `null` to the `duration` prop as mentioned in the docs, but it didn’t work. I had to pass a larger number value to `duration` so I could keep the toast displayed for the user. Here is my toast code: ``` sileo.info({ title: "Sign config", description: "Please sign the transaction in your wallet.", icon: <Loader2 className="size-3.5 animate-spin" />, duration: null, }); ```
kerem 2026-03-02 05:16:33 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@hiaaryan commented on GitHub (Feb 20, 2026):

Will be addressed in the next update.

<!-- gh-comment-id:3932735810 --> @hiaaryan commented on GitHub (Feb 20, 2026): Will be addressed in the next update.
Author
Owner

@hiaaryan commented on GitHub (Feb 22, 2026):

Fixed in v0.1.5

<!-- gh-comment-id:3941491311 --> @hiaaryan commented on GitHub (Feb 22, 2026): Fixed in v0.1.5
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sileo#16
No description provided.