@ -1640,7 +1640,8 @@ The `<svelte:element>` element lets you render an element of a dynamically speci
The only supported binding is `bind:this`, since the element type specific bindings that Svelte does at build time (e.g. `bind:value` for input elements) does not work with a dynamic tag type.
If `this` has a nullish value, the element and its children will not be rendered.
If `this` has void tag name (e.g. `br`) and has child element(s), runtime throw error and nothing to render in development mode.
If `this` is the name of a void tag (e.g., `br`) and `<svelte:element>` has child elements, a runtime error will be thrown in development mode.