mirror of https://github.com/sveltejs/svelte
fix: mark subtree of svelte boundary as dynamic (#17468)
parent
17c22969d8
commit
a903e9408b
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: mark subtree of svelte boundary as dynamic
|
||||
@ -0,0 +1,5 @@
|
||||
import { test } from '../../test';
|
||||
|
||||
export default test({
|
||||
html: '<div><div>test</div></div>'
|
||||
});
|
||||
@ -0,0 +1,5 @@
|
||||
<div>
|
||||
<svelte:boundary>
|
||||
<div>test</div>
|
||||
</svelte:boundary>
|
||||
</div>
|
||||
Loading…
Reference in new issue