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 text was updated successfully, but these errors were encountered:
shinokada
changed the title
Svelte 5 next: Not able to use multiple svelte:head
Svelte 5 next: Not able to use if statement within svelte:head
Jul 11, 2024
shinokada
changed the title
Svelte 5 next: Not able to use if statement within svelte:head
Svelte 5 next: Not able to use if statement within svelte:head and with multiple svelte:head
Jul 11, 2024
Describe the bug
When I use
if
statement withinsvelte:head
, I get an error: Uncaught (in promise) Svelte error: svelte_component_invalid_this_value.I created stackblitz and a repo.
The followings are what I noticed so far:
+layout.svelte
, both works.svelte:head
todiv
, it works.if
statements withinsvelte:head
works.Simplified code:
Runatics.component
RunesMetaTags.svelte
+layout.server.ts
+layout.svelte
Reproduction
I created stackblitz and a simplified repo.
Logs
No response
System Info
Severity
blocking an upgrade
The text was updated successfully, but these errors were encountered: