You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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