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
Hi, sorry for my english I'm French. I have a reccurent problem that happen on few {#each} randomly, I don't know how to trigger the event that create this bug.
Uncaught TypeError: Cannot read property 'd' of null
at Bakus.svelte:346
at run (index.mjs:18)
at Array.forEach (<anonymous>)
at run_all (index.mjs:24)
at Array.<anonymous> (index.mjs:704)
at index.mjs:95
at Set.forEach (<anonymous>)
at run_tasks (index.mjs:94)
And on others {#each} blocks I have also
Cannot read property 'i' of undefined at Object.i
Do you have any ideas ?
Thank you
The text was updated successfully, but these errors were encountered:
Hi, sorry for my english I'm French. I have a reccurent problem that happen on few {#each} randomly, I don't know how to trigger the event that create this bug.
This is my code :
And this is the error
And on others {#each} blocks I have also
Do you have any ideas ?
Thank you
The text was updated successfully, but these errors were encountered: