File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/svelte.dev/content/docs/svelte/98-reference Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ A component is attempting to bind to a non-bindable property `%key%` belonging t
21
21
### component_api_changed
22
22
23
23
```
24
- %parent% called `%method%` on an instance of %component%, which is no longer valid in Svelte 5
24
+ Calling `%method%` on a component instance ( of %component%) is no longer valid in Svelte 5
25
25
```
26
26
27
27
See the [ migration guide] ( /docs/svelte/v5-migration-guide#Components-are-no-longer-classes ) for more information.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ A component is attempting to bind to a non-bindable property `%key%` belonging t
28
28
### component_api_changed
29
29
30
30
```
31
- %parent% called `%method%` on an instance of %component%, which is no longer valid in Svelte 5
31
+ Calling `%method%` on a component instance ( of %component%) is no longer valid in Svelte 5
32
32
```
33
33
34
34
See the [ migration guide] ( /docs/svelte/v5-migration-guide#Components-are-no-longer-classes ) for more information.
You can’t perform that action at this time.
0 commit comments