issues Search Results · repo:zerodevx/svelte-toast language:Svelte
Filter by
69 results
(49 ms)69 results
inzerodevx/svelte-toast (press backspace or delete to remove)Hi, I have this error on svelte-check when I send a component inside the toast.
Error: Type Component $$ComponentProps, {}, is not assignable to type SvelteComponent .
Type Component $$ComponentProps, ...
Dalidos
- 2
- Opened on Feb 17
- #115
The README.md installation instructions is npm i -D @zerodevx/svelte-toast but shouldn t it be installed under
dependencies since it needs to installed for production? npm i @zerodevx/svelte-toast
TriStarGod
- 1
- Opened on Feb 1
- #114
The src/lib/index.js file currently lacks a type definition for SvelteToastOptions.
import { toast } from @zerodevx/svelte-toast ;
// ❌ import type { SvelteToastOptions } from @zerodevx/svelte-toast/stores ...
enhancement
domuk-k
- 2
- Opened on Sep 13, 2024
- #106
Hi, I have a case where I have to make a distinction between situations when user clicks a toast in order to close it
and another one, when toast autocloses. I ve prepared a pull request #104 in which ...
enhancement
dominikcz
- 1
- Opened on Sep 12, 2024
- #105
My application is receiving notifications from a server. I push a toast... but if the user leaves the page in the
background, the notifications pile up and are excessive when returning. I would like the ...
enhancement
ForrestFire0
- 4
- Opened on Jul 21, 2024
- #103
I see that there is a recommended way to clear all toasts using JS: https://github.com/zerodevx/svelte-toast/issues/20,
but it would be nice if there was a default Clear All button that would appear anytime ...
enhancement
danekolsen
- Opened on Jun 4, 2024
- #102
Has there been any movement on a release that supports svelte 5?
https://svelte.dev/blog/svelte-5-release-candidate
enhancement
Jojoshua
- 6
- Opened on May 21, 2024
- #101
Hello, I am using your svelte toasts show notification s between my server and front end. I have Rest API end points
along with a websocket connection that is delivering data/feedback to my front end which ...
camill53
- 1
- Opened on Apr 25, 2024
- #99
By default the toast slides in from the side and then fades away. Is there a way to make the toast slide out instead of
fade out when expired?
enhancement
azeem-io
- 1
- Opened on Apr 18, 2024
- #98

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.