You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
https://svelte-5-preview.vercel.app/#H4sIAAAAAAAACo2OwQrCQAxEf2XJpQqlva9V8OJPtB6kTXFhN1l2U0FK_92UgiJevGWGN5mZYXQeM9h2BroFBAvnGKEEecZV5Ad6QdWZp9SvTpP75KKcOurEhchJzIXZjImDKapa72oLFYeOmvpDU7P5tmeNEZIYubt8nDWy1EpoS-DBjQ4HsJImXMr3KGX-HUWT97v9d_nv6-vyAgGRF8_7AAAA
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: