mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
08978bfae8
In Svelte 4, scripts inside `@html` were not executed when it was created client-side. This is because `innerHTML = ..` which was used under the hood does not execute scripts due to security reasons. This adjusts the code so the same is true for Svelte 5.
6 lines
99 B
Markdown
6 lines
99 B
Markdown
---
|
|
"svelte": patch
|
|
---
|
|
|
|
fix: don't execute scripts inside `@html` when instantiated on the client
|