joenano
Computations created outside a render will never be disposed.
im not understanding why there wouldn't be a rerender tho, doesn't the for loop rerun every time tabs() triggers?
what I have current is this, so when it triggers there is no recreation of the content component:
13 replies
How to allow updating of elements instead of destroying and rendering the elements?
none of the other files are loading so I cant see whats going on, but if the data is changing outside mediaList, and medialist is rerendering on a signal, then it wont work because you rerunning that component every time and creating the list of cards every time
61 replies