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
Use Chrome DevTools (or another browser's developer tools) to take a memory snapshot.
Navigate to the DataTable page.
Continuously switch between the Button and DataTable pages 10 to 20 times.
After performing these steps, the memory usage increases significantly, rising from an initial 30 MB to around 850 MB. This indicates a possible memory leak associated with these components.
It seems that the memory is not being properly released, leading to substantial growth over time.
PrimeVue version
4.0.7
Vue version
3.5.11
I noticed today that there are also memory leaks when navigating between pages. To replicate the issue:
It seems that the memory is not being properly released, leading to substantial growth over time.
Originally posted by @IvanCausera in #6223 (comment)
The text was updated successfully, but these errors were encountered: