Svelte Tanstack Virtual ctx[34] is undefined
When I try to use the proper length of the rows, it breaks table and gives ctx[34] error is undefined.
projectTotalRows
does contain a value. Verified through console logging and even an if statement for it existing.
This works
This does not (I need this)
Anyone able to give any additional information as to what the error message means? It can't be that the variable doesn't exist, because I've even tried this:
(This also gives the same ctx[34] error).

0 Replies