vuejs / repl

Vue SFC REPL as a Vue 3 component
https://repl-vuejs.vercel.app
MIT License
930 stars 172 forks source link

I got a warning: [ehd] potential listener LEAK detected, having 600 listeners already. MOST frequent listener (401): #153

Closed guoshuangyang closed 1 year ago

guoshuangyang commented 1 year ago
image

Memory seems to leak, which is not a problem in a development environment, but in a production environment there is a memory leak, with the above warning accompanying the increase in memory usage

image

@vue/repl version: 2.5.8

Example code link: https://stackblitz.com/edit/vitejs-vite-gxvkgj?file=src%2FApp.vue preview link: https://ep-play.pages.dev

guoshuangyang commented 1 year ago

It doesn't seem to be a repl problem, I tested it at play.vuejs.org.It has the same problem

play.vuejs.org link