joenano
Computations created outside a render will never be disposed.
Just wondering whether I can ignore this warning or if its potentially a problem.
Basically I have some tab components that are being created in a function and managed in a signal. When a tab is opened I add it to the array and when its closed I remove it from the array.
Is the memory handled by the garbage collector when I remove it from tabs array or is the warning related to something else im missing?
13 replies