mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
b0a3fa1766
fixes #8860 This contains a small but unfortunately unavoidable breaking change: If you used `never` to type that the second parameter of `createEventDispatcher` shouldn't be set or that the action accepts no parameters (which the docs recommended for a short time), then you need to change that to `null` and `undefined` respectively |
||
---|---|---|
.. | ||
01-getting-started | ||
02-template-syntax | ||
03-runtime | ||
04-compiler-and-api | ||
05-misc | ||
06-legacy |