-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
Description
Describe the bug
The svelte_component_invalid_this_value error message detects any attempt at calling something that's not a function while instantiating a <svelte:component> as this error. This was especially confusing for me while I was trying to debug a Svelte 4->5 migration issue, because the <svelte:component> it was referring to lived inside SK's generated root component, but the component selected by the router not being a function was not the issue.
Reproduction
Logs
No response
System Info
n/aSeverity
annoyance