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
I'm unable to get rid of "ownership_invalid_binding" warning, which happens - for example - if I slice an array.
Look for Table.svelte in bottom example.
Table has a pagination inside - and it is required to slice the array.
So I use $effect to create new sliced array.
Reproduction
It shows warnng "ownership_invalid_binding" on start.
If you click pages 1 or 2. You will see more of them.