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
so there are two issues blocking this from working properly, the first is that spreading props directly via $$props does not work, resulting in a read-only error:
Cannot assign to read only property '[insert propery name]' of object '#<SVGImageElement>
the second is that svelte does not support passing scoped class selectors to children, see: sveltejs/svelte#2870
The text was updated successfully, but these errors were encountered:
so there are two issues blocking this from working properly, the first is that spreading props directly via
$$props
does not work, resulting in aread-only
error:the second is that svelte does not support passing scoped class selectors to children, see: sveltejs/svelte#2870
The text was updated successfully, but these errors were encountered: