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
There are probably a few different ways we need to fix our handling of custom elements (e.g. always using props, instead of attributes, when passing data), this just happens to the be the first one I've run across:
There are probably a few different ways we need to fix our handling of custom elements (e.g. always using props, instead of attributes, when passing data), this just happens to the be the first one I've run across:
This fails because Svelte thinks the slotted element should belong to a Svelte component, and it can't find one.
The text was updated successfully, but these errors were encountered: