devextreme-vue icon indicating copy to clipboard operation
devextreme-vue copied to clipboard

Memory leak occurs when navigating between router pages with DataGrids in Vue 2

Open lv-jie opened this issue 2 years ago • 0 comments

Bug Report

Package versions:

devexteme version: 22.2.5
devextreme-vue version: 22.2.5

Steps to reproduce:

  • Codesandbox (https://codesandbox.io/s/devextreme-v22-grid-demo-pyd7x4)
  • Take a memory snapshot when the router display the new-table component.
  • Switch the page router several times, then backreturn to the page of new-table.
  • Take a memory snapshot again. Current behavior: The memory increases.

Expected behavior: The memory doesn't increase.

Screenshots:

lv-jie avatar Apr 23 '23 08:04 lv-jie