We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v1
1 parent 3c3ad11 commit b5d46a7Copy full SHA for b5d46a7
README.md
@@ -19,6 +19,18 @@ component.
19
20
Because a demo helps better than a thousand API docs: https://zerodevx.github.io/svelte-toast/
21
22
+**:warning: IMPORTANT NOTICE!**
23
+
24
+If you're using the latest SvelteKit, install this component with the `@next` tag:
25
26
+```
27
+$ npm i --save-exact @zerodevx/svelte-toast@next
28
29
30
+That's because of a [breaking change](https://github.com/sveltejs/kit/pull/7489) that landed in
31
+SvelteKit. Background of the issue [here](https://github.com/zerodevx/svelte-toast/issues/60). Track
32
+progress as we work towards `v1` [here](https://github.com/zerodevx/svelte-toast/pull/63).
33
34
## Usage
35
36
Install the package:
0 commit comments