Migration: Add correct type for bind:this
of Components
when using the migration script
#13491
Labels
bind:this
of Components
when using the migration script
#13491
Describe the problem
In svelte 4 when typing the
bind:this
we used this:After running the migration script nothing changes whilst it should be:
Describe the proposed solution
Use
ReturnType<typeof X>
or use the utility type in #13441 which makesbind:this
type forward-compatibale - easier to change internally without requiring change on the comsumer code.here is the REPL
Importance
would make my life easier
The text was updated successfully, but these errors were encountered: