mirror of https://github.com/sveltejs/svelte
parent
ac03d27d68
commit
8f9322401b
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: properly hydrate await in `{@html}`
|
||||
@ -0,0 +1,6 @@
|
||||
import { test } from '../../test';
|
||||
|
||||
export default test({
|
||||
mode: ['hydrate'],
|
||||
async test() {}
|
||||
});
|
||||
@ -0,0 +1 @@
|
||||
<div>{@html await Promise.resolve(`<span>Foo</span>`)}</div>
|
||||
Loading…
Reference in new issue