-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Description
Version
2.6.10
Reproduction link
Steps to reproduce
- Input data to the text field and push the enter button.
- Take a heap snapshot in Chrome Developer Tools.
- Click "Go to Second" button.
- Click "Go to First" button.
- Take a heap snapshot in Chrome Developer Tools.
- Compare step5 heap snapshot with step2 heap snapshot. Then elements increased.
examples
ex1. Done the above steps with 1 input data.
ex2. Done the above steps with 10 input data after ex1.
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
Labels
No labels