devextreme-vue
devextreme-vue copied to clipboard
Memory leak occurs when navigating between router pages with DataGrids in Vue 2
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: