Closed
Description
I have only 1 customElement and inside it there are several internal components of the Svelte. These internal/nested components cannot be 1 web component.
By setting the customElement option in the rollup
, he forced me to put <svelte:options tag={null} />
on all internal components, but that seems to be wrong, as they should not be 1 customElement
.
After setting up, I'm getting the following errors for internal components marked as tag={null}
: