Skip to content

Elements increase when adding data and changing views #10249

@yhor1e

Description

@yhor1e

Version

2.6.10

Reproduction link

Steps to reproduce

  1. Input data to the text field and push the enter button.
  2. Take a heap snapshot in Chrome Developer Tools.
  3. Click "Go to Second" button.
  4. Click "Go to First" button.
  5. Take a heap snapshot in Chrome Developer Tools.
  6. Compare step5 heap snapshot with step2 heap snapshot. Then elements increased.

examples

ex1. Done the above steps with 1 input data.
1

ex2. Done the above steps with 10 input data after ex1.
2

What is expected?

Elements don't increase. (#Delta is 0)

What is actually happening?

Elements increase. (#Delta is not 0)


This maybe shows memory leaks.
Is this a bug?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions