mirror of https://github.com/sveltejs/svelte
fix: improve error message for migration errors when slot would be renamed (#15841)
Co-authored-by: Paolo Ricciuti <ricciutipaolo@gmail.com>pull/15861/head
parent
1c2fc21023
commit
c051a6eb1e
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: improve error message for migration errors when slot would be renamed
|
@ -1,2 +1,2 @@
|
||||
<!-- @migration-task Error while migrating Svelte code: This migration would change the name of a slot making the component unusable -->
|
||||
<!-- @migration-task Error while migrating Svelte code: This migration would change the name of a slot (dashed-name to dashed_name) making the component unusable -->
|
||||
<slot name="dashed-name"></slot>
|
Loading…
Reference in new issue