skeleton-elements icon indicating copy to clipboard operation
skeleton-elements copied to clipboard

[svelte] weird console errors while using skeletons-elements.

Open gyurielf opened this issue 4 years ago • 0 comments

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: Screenshot from 2021-08-27 12-03-50

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

gyurielf avatar Aug 27 '21 10:08 gyurielf