#Memory Leak

6 messages · Page 1 of 1 (latest)

frosty cosmos
#

Not sure if this is the right place to put it but I seem to be getting a memory leak somewhere after trying to follow https://github.com/walker-tx/svelte5-tanstack-table-reference/tree/main to get tanstack working with Svelte 5. I'm pretty new to web development (I mostly do backend/cloud work) so not sure where to start with how to debug this.

GitHub

A reference for using Svelte 5 with TanStack Table v8 - walker-tx/svelte5-tanstack-table-reference

#

for context, I have the data table updating every 200ms so the memory balloons up very quickly

#

and it seems to always break and freeze the UI at around the 7m mark

frosty cosmos