-
-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Description
Is this a bug report?
I think so!
I was monitoring the Chrome DevTools Stack Overflow channel, and somebody asked for help as to why the listeners were increasing in this sample app they created: https://stackoverflow.com/q/48201104/1669860
Did you try recovering your dependencies?
I'm building via Glitch and repro'd locally, so this is unlikely.
Which terms did you search for in User Guide?
Sorry, don't have time to do this.
Environment
https://glitch.com/edit/#!/aback-dedication
Steps to Reproduce
- Go to https://aback-dedication.glitch.me
- Start a runtime perf recording in Chrome DevTools.
- Force GC at 10s and 30s.
- Stop recording after 60s.
Expected Behavior
Memory does not keep increasing. Listeners do not keep increasing.
Actual Behavior
Reproducible Demo
Demo:
https://aback-dedication.glitch.me
You can inspect the code at:
https://glitch.com/edit/#!/aback-dedication?path=src/App.js:24:12
Everything is default from the boilerplate create-react-app sample except for App.js
.
Metadata
Metadata
Assignees
Labels
No labels