dai-shi/excalidraw-animate

groupNodes and elemens mismatch length

TamimiGitHub opened this issue · 1 comments

I am attempting to animate an excalidraw diagram however getting the following error in the console logs

animate.ts:661 Uncaught (in promise) Error: element length mismatch
    at animateSvg (animate.ts:661:1)
    at useLoadSvg.ts:74:1
    at async Promise.all (:3000/index 0)
    at async useLoadSvg.ts:65:1
    at async useLoadSvg.ts:98:1

Upon further investigating, I realized that animate.ts throws an error for this.

Here is a link to my exaclidraw diagram https://excalidraw.com/#json=-9jiwl8sky-JV5f6tys9A,u1j_Dzj5lOyKBj25-MEpMA

Thanks for reporting.

I think we should update excalidraw package and if the problem persists, fix it.