skeleton-elements
skeleton-elements copied to clipboard
[svelte] weird console errors while using skeletons-elements.
I wanted to use skeletons while content is on the way.
{#await myPromises}
<SortableTableSkeleton />
{:then}
Sometime works, but in the most cases I get errors like this:

Uncaught (in promise) TypeError: block.l is not a function
Uncaught (in promise) TypeError: Cannot read property 'removeChild' of null
If I replace skeleton component with something else, It works fine.
Can you investigate it ?
BR, gy.
Latest version of svelte, sveltekit (both typescripted) and skeleton-elements. Chrome and FF latest Ubuntu