Skip to content

Commit b5d46a7

Browse files
committed
Add v1 notice
1 parent 3c3ad11 commit b5d46a7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ component.
1919

2020
Because a demo helps better than a thousand API docs: https://zerodevx.github.io/svelte-toast/
2121

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+
2234
## Usage
2335

2436
Install the package:

0 commit comments

Comments
 (0)