mirror of https://github.com/sveltejs/svelte
fixes #8860 This contains a small but unfortunately unavoidable breaking change: If you used `never` to type that the second parameter shouldn't be set (which the docs recommended for a short time), then you need to change that to `null`pull/8872/head
parent
1cfed0bf29
commit
8c750dadb8
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: ensure createEventDispatcher works with types from generics
|
||||
Loading…
Reference in new issue