-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
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}
:
pbastowski, AngusFu, morewry, Salman2301, milkbump and 26 more